Expand comment on `ExternalProcessor.mutation_rules` (#23937)
This is a comments-changes-only PR. The `ExternalProcessor` has a `mutation_rules` field, whose purpose is to let users modify otherwise-restricted headers, such as `"host"` and `":authority"`. Odds are that users who are modifying such headers are trying to influence the routing decisions that Envoy makes, such as was the case in https://github.com/envoyproxy/envoy/issues/23919. However, setting only `"host"` or `":authority"` is not sufficient to change such routing decisions; users must also set a `clear_route_cache` field. This PR hopes to avoid confusion about those two fields, like that in https://github.com/envoyproxy/envoy/issues/23919, by improving the comments on the `mutation_rules` field. Signed-off-by: Robert-Jan Huijsman <22160949+rjhuijsman@users.noreply.github.com> Mirrored from https://github.com/envoyproxy/envoy @ 43dde7800d6057406ef52dd1c0982a0028c558fapull/626/head
parent
22da60dd10
commit
9847b7deee
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue