chore: remove `append_x_forwarded_host_idempotent` runtime flag (#32102)

chore: remove `append_x_forwarded_host` runtime flag

Signed-off-by: River Phillips <riverphillips1@gmail.com>

Mirrored from https://github.com/envoyproxy/envoy @ 6762bf3e17512bdb3b49c748dc75dd2000494606
main
update-envoy[bot] 10 months ago
parent d0553ff15f
commit ebb3e787d2
  1. 1
      envoy/config/route/v3/route_components.proto

@ -1211,7 +1211,6 @@ message RouteAction {
// :ref:`host_rewrite_path_regex <envoy_v3_api_field_config.route.v3.RouteAction.host_rewrite_path_regex>`)
// causes the original value of the host header, if any, to be appended to the
// :ref:`config_http_conn_man_headers_x-forwarded-host` HTTP header if it is different to the last value appended.
// This can be disabled by setting the runtime guard ``envoy_reloadable_features_append_xfh_idempotent`` to false.
bool append_x_forwarded_host = 38;
// Specifies the upstream timeout for the route. If not specified, the default is 15s. This

Loading…
Cancel
Save