-
Notifications
You must be signed in to change notification settings - Fork 363
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
Support headers with underscore #3047
Comments
https://gateway.envoyproxy.io/v1.0.0/api/extension_types/#headersettings can be a good home for this field |
+1 for general transparency reasons. Is there a concrete use case that you're aware of? |
|
can i work on this, @arkodg ? for context, I have encountered a use case in a legacy system with ingress Nginx that relying to underscore headers, and to address it, I made modifications to the xDS using an Envoy gateway extension service. |
looks like David beat you to it :) |
Oh nice, hadn't seen this opened when I implemented the knob. Glad I could help someone else out with the addition! We had |
Description:
Rejected by default in Envoy Gateway to align with best practices https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge
An opt in field to enable/allow this would be great
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#enum-config-core-v3-httpprotocoloptions-headerswithunderscoresaction
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: