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
When sending an HTTP request via ALB Ingress, we encounter a 413 Payload Too Large error. The issue persists even after setting the idle connection timeout to 300 seconds.
Steps to Reproduce
Deploy an application behind an AWS ALB Ingress Controller.
Configure the ingress resource with an annotation to increase the idle timeout:
Bug Description
When sending an HTTP request via ALB Ingress, we encounter a
413 Payload Too Large
error. The issue persists even after setting the idle connection timeout to 300 seconds.Steps to Reproduce
Expected Behavior
The ALB should accept large payloads as expected and pass the request to the backend service without a 413 error.
Actual Behavior
413 Payload Too Large
error.Regression
Was the functionality working in a previous version? No
Current Workarounds
Environment
v2.10.0
1.31
The text was updated successfully, but these errors were encountered: