-
Notifications
You must be signed in to change notification settings - Fork 703
Gateway API: support regex path and header match #5239
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
Gateway API: support regex path and header match #5239
Conversation
- support regex path and regex header match for HTTPRoute. - support regex header match for GRPCRoute. Fixes projectcontour#3357 Fixes projectcontour#5219 Signed-off-by: Fang Peng <[email protected]>
Signed-off-by: Fang Peng <[email protected]>
Signed-off-by: Fang Peng <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5239 +/- ##
==========================================
+ Coverage 77.85% 77.90% +0.05%
==========================================
Files 138 138
Lines 17759 17856 +97
==========================================
+ Hits 13826 13911 +85
- Misses 3665 3675 +10
- Partials 268 270 +2
|
skriss
left a comment
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.
Thanks for this @fangfpeng! Couple comments
Signed-off-by: Fang Peng <[email protected]>
Signed-off-by: Fang Peng <[email protected]>
skriss
left a comment
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.
Thanks for the updates @fangfpeng, LGTM!
Signed-off-by: Fang Peng <[email protected]>
* Gateway API: support regex path and header match - support regex path and regex header match for HTTPRoute. - support regex header match for GRPCRoute. Fixes projectcontour#3357 Fixes projectcontour#5219 Signed-off-by: Fang Peng <[email protected]>
Fixes #3357
Fixes #5219