[Backport 3.6] [Bugfix] Remove X-Request-Id format restrictions and make size configurable - #21096
Merged
Merged
Conversation
…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> (cherry picked from commit 80ce21c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot
Bot
requested review from
a team and
peternied
as code owners
April 3, 2026 01:00
jainankitk
approved these changes
Apr 3, 2026
Contributor
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.6 #21096 +/- ##
============================================
+ Coverage 73.15% 73.20% +0.04%
- Complexity 72554 72576 +22
============================================
Files 5848 5848
Lines 331985 331989 +4
Branches 47949 47947 -2
============================================
+ Hits 242873 243035 +162
+ Misses 69595 69441 -154
+ Partials 19517 19513 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
peterzhuamazon
marked this pull request as draft
April 3, 2026 03:05
jainankitk
marked this pull request as ready for review
April 3, 2026 06:54
Closed
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 80ce21c from #21048.