-
Notifications
You must be signed in to change notification settings - Fork 838
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
Add Query Parameter MatchPolicy #1277
Conversation
up next: matchpolicy
add Contains to header policy next: add NotContains both, add sample projects and update docs
add QueryParameterMatchPolicy to ProxyEndpointFactory
This also fixes #1235 |
Can you check on the failures in these tests?
|
yes fixed that. thanks |
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.
I've only made it through the docs so far.
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.
This all looks really good. Don't worry, most of my feedback is for little stuff. We should be able to work through it quickly.
Thanks |
Add query parameter match policy which is similar to the header match policy
Add NotContains to header match policy