Add missing headers without overwriting in the requestHeaderPolicy
#6538
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Support adding headers that are missing without overwriting existing headers via the
requestHeaderPolicy
.The
requestHeaderPolicy
on an httpproxy supportsset
which uses Envoy's OVERWRITE_IF_EXISTS_OR_ADD. If an option was included that usedADD_IF_ABSENT
, we would be able to add missing headers without overwriting.It would be nice to be able to do this via Gateway API resources as well, but that might be out of the scope of this project.
The text was updated successfully, but these errors were encountered: