Increase maxHTTP header size#4610
Conversation
max http header size need to be increased as the number of scopes are now increased in API-M 's REST APIs to support more fine grained access control.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR increases the configured maximum HTTP request header size to support larger authorization headers as API-M REST APIs add more fine-grained scopes.
Changes:
- Increased
transport.http.properties.maxHttpHeaderSizefrom8192to32768. - Increased
transport.https.properties.maxHttpHeaderSizefrom8192to32768.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The value will be changed in apim product only. |
max http header size need to be increased as the number of scopes are now increased in API-M 's REST APIs to support more fine grained access control.