Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configurable max_request_header_size #20992

Open
ttn-nguyen42 opened this issue Apr 18, 2024 · 0 comments
Open

Allow configurable max_request_header_size #20992

ttn-nguyen42 opened this issue Apr 18, 2024 · 0 comments

Comments

@ttn-nguyen42
Copy link

ttn-nguyen42 commented Apr 18, 2024

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Is your feature request related to a problem? Please describe.

We have a multi-tenancy backend where identities and roles are embedded inside the request header. Default Envoy's HTTPConnectionManager header size is 60KB but we need a lot more than that. However, after tinkering with escape-hatch configurations with custom listeners and cluster, we couldn't figure out what was needed to make it work.

Feature Description

Allow configurable max_request_header_size (defined here) as part of the ServiceDefault or ProxyDefault manifest

Use Case(s)

Systems that use a lot of headers

Contributions

After tinkering with Consul for a bit, i found that command/connect/envoy/bootstrap_config.go contains the template for such listener. Happy to contribute if I can get a confirmation that that's where I should be editting though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant