-
Notifications
You must be signed in to change notification settings - Fork 361
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 overriding condition to BackendTrafficPolicy and SecurityPolicy #2684
add overriding condition to BackendTrafficPolicy and SecurityPolicy #2684
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2684 +/- ##
==========================================
+ Coverage 63.34% 63.50% +0.16%
==========================================
Files 123 123
Lines 19979 20056 +77
==========================================
+ Hits 12655 12736 +81
+ Misses 6513 6510 -3
+ Partials 811 810 -1 ☔ View full report in Codecov by Sentry. |
f7cff0c
to
17c4d9f
Compare
Signed-off-by: huabing zhao <[email protected]>
17c4d9f
to
bdae89f
Compare
thanks for picking this one up @zhaohuabing
|
Co-authored-by: Arko Dasgupta <[email protected]> Signed-off-by: Huabing Zhao <[email protected]>
Yes, I originally planned to apply this to
I thought it was intentional. For example, a default global config can be defined at the Gateway level, and app developers can fine-tune the configurations at the route level. The benefit of having a global config on the top is that the app developers don't have to redefine every setting at the roue level, but only these they really want to modify. The downside is that it's difficult to figure out wich setting comes form which policy. |
Signed-off-by: huabing zhao <[email protected]>
@zhaohuabing |
@arkodg Got it! Do you mind if I fix this in a separate PR? |
Sure sgtm ! |
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 !
fix #2055