-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[docs] add troubleshooting for app access request size limit #39804
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
Changes from all commits
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 |
|---|---|---|
|
|
@@ -153,3 +153,17 @@ This configuration is available under the `jwt_claims` property of the | |
| application's `rewrite` configuration. See | ||
| [Web Application Access](./guides/connecting-apps.mdx#configuring-the-jwt-token) | ||
| for details. | ||
|
|
||
| ## Request too large | ||
|
|
||
| Teleport enforces a 10MB size limit for the body of each HTTP request. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we enforce the 10MB on regular HTTP app? i though we only rewrite body for AWS/Azure/GCP.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hmm, I'll check. I thought we enforced this in a lot of places |
||
|
|
||
| ### Symptom | ||
|
|
||
| When attempting to connect to an HTTP app behind Teleport, you see an error | ||
| that states *the read limit is reached*. | ||
|
|
||
| ### Solution | ||
|
|
||
| If your application supports sending requests with chunked encoding, use that | ||
| to break up large requests into smaller chunks. | ||
Uh oh!
There was an error while loading. Please reload this page.