Skip to content

Implement AutoHostRewrite functionality in request handling #93

@Eeshu-Yadav

Description

@Eeshu-Yadav

Problem Description

The AutoHostRewrite feature was configured in the route configuration but not actually implemented in the request handling code. When a route was configured with AutoHostRewrite, the authority/host header should be automatically rewritten based on the upstream cluster, but this functionality was completely ignored during request processing.

Current State

Configuration: AuthorityRewriteSpecifier::AutoHostRewrite was properly parsed from Envoy configuration
Boolean Logic: The boolean logic for enabling/disabling AutoHostRewrite was fixed in PR #86
Request Handling: The authority_rewrite field in RouteAction was not used during request processing

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions