-
Notifications
You must be signed in to change notification settings - Fork 633
Early Header Mutation #10262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Early Header Mutation #10262
Changes from all commits
96041c7
1120361
4730779
d32d60e
5b8acd6
2fe7a8b
b37bec9
ac6c98c
693a879
1bb3d19
510827c
37ac4fd
54854dc
0787a9c
56d862a
3f7b90c
8776526
d59ab1f
78a11e2
4645e57
9f00e1f
9f996ef
36ba6d0
fc9b96b
5cde89e
2322f5d
0a26cff
ca5995f
a61d45d
12c4470
7d2e3e5
ea401db
5af0172
9386537
3a139a7
bc38ff8
79376da
0f0b56c
e50d36a
b745539
dea49ea
552b00e
29e2475
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| changelog: | ||
| - type: NEW_FEATURE | ||
| issueLink: https://github.com/solo-io/gloo/issues/9604 | ||
| description: >- | ||
| Added support for early header manipulation on Gateways. | ||
| This feature allows headers to be manipulated before significant processing | ||
| and routing decisions. | ||
| It affords the ability to add or remove headers that affect request processing | ||
| and can be used to implement override headers. | ||
| This can be configured by setting the | ||
| `gateway.spec.httpGateway.options.httpConnectionManagerSettings.earlyHeaderMutation` field. | ||
| The headersToAdd field will add key-value pair headers to the request if not already | ||
| present or overwrite them unless append is set to true. | ||
| The headersToRemove field removes the specified headers and is processed after | ||
| the headers have been added. | ||
| - type: DEPENDENCY_BUMP | ||
| dependencyOwner: solo-io | ||
| dependencyRepo: envoy-gloo | ||
| dependencyTag: 1.31.2-patch3 | ||
| description: > | ||
| Bumped the Envoy version to 1.31.2-patch3. | ||
| Needed the Early Header Manipulation extensions enabled. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.