-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
feat: enhance additional web filter with scope and portal interception #5301
Conversation
@guqing: The provided milestone is not valid for this repository. Milestones in this repository: [ Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5301 +/- ##
============================================
- Coverage 56.91% 56.90% -0.01%
- Complexity 3319 3320 +1
============================================
Files 587 587
Lines 18968 18982 +14
Branches 1401 1403 +2
============================================
+ Hits 10795 10802 +7
- Misses 7594 7599 +5
- Partials 579 581 +2 ☔ View full report in Codecov by Sentry. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
使用 #5349 代替 /close |
@guqing: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind improvement
/area core
/milestone 2.13.x
What this PR does / why we need it:
增强 AdditionalWebFilter 扩展点支持 Scope 属性并支持拦截门户请求
Which issue(s) this PR fixes:
Fixes #5300
Does this PR introduce a user-facing change?