[Backport 3.6] [Bugfix] Remove X-Request-Id format restrictions and make size configurable - #21102
[Backport 3.6] [Bugfix] Remove X-Request-Id format restrictions and make size configurable#21102finnegancarroll wants to merge 1 commit into
Conversation
…pensearch-project#21048) Introduces dynamic http.request_id.max_length setting for configuring maximum length for X-Request-Id headers. Removes the alpha-numeric validation of X-Request-Id. Signed-off-by: Finn Carroll <carrofin@amazon.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
Closing in favor of #21096 |
|
❌ Gradle check result for f6f8b9f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
Introduces dynamic
http.request_id.max_lengthsetting for configuring maximum length for X-Request-Id headers. Removes the alpha-numeric validation of X-Request-Id.Related Issues
Resolves #20688
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.