You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to see App Mesh implement this idea, please upvote with a 👍.
Tell us about your request
We got 431 error code from envoy, from envoy doc, this was caused by max_headers_count and max_request_headers_kb restrict, so we need to increase the limit count.
Which integration(s) is this request for?
We're using AppMesh with ECS Fargate Services.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We want to increase the limit by config, but Appmesh has no extension points to configure related configurations.
Are you currently working around this issue?
We have no idea to solve the issue,but istio could config the configuration by EnvoyFilter.
Additional context
Attachments
The text was updated successfully, but these errors were encountered:
If you want to see App Mesh implement this idea, please upvote with a 👍.
Tell us about your request
We got 431 error code from envoy, from envoy doc, this was caused by max_headers_count and max_request_headers_kb restrict, so we need to increase the limit count.
Which integration(s) is this request for?
We're using AppMesh with ECS Fargate Services.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We want to increase the limit by config, but Appmesh has no extension points to configure related configurations.
Are you currently working around this issue?
We have no idea to solve the issue,but istio could config the configuration by EnvoyFilter.
Additional context
Attachments
The text was updated successfully, but these errors were encountered: