-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
router: add regex substitution to header hashing #11819
Conversation
This is useful when you need to hash on a transformation of a header value (e.g.: extract a part of `:path`). Fixes envoyproxy#11811 Signed-off-by: Raul Gutierrez Segales <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
/lgtm api |
Sort. Signed-off-by: Raul Gutierrez Segales <[email protected]>
Hmm failure looks unrelated (on the windows build):
|
Another unrelated timeout:
|
re: windows: 83841da |
re: timeout, probably this one: #11842. |
/azp run envoy-presubmit |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Commit Message:
Extend hashing via header to support regex substitution.
Additional Description:
This is useful when you need to hash on a transformation
of a header value (e.g.: extract a part of
:path
).Fixes #11811
Risk Level: low
Testing: unit test added
Docs Changes: none
Release Notes: added
Signed-off-by: Raul Gutierrez Segales [email protected]