-
Notifications
You must be signed in to change notification settings - Fork 360
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
Remove duplicated http filters for ExtAuth #2893
Remove duplicated http filters for ExtAuth #2893
Conversation
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2893 +/- ##
==========================================
+ Coverage 64.52% 64.56% +0.03%
==========================================
Files 122 122
Lines 21092 21106 +14
==========================================
+ Hits 13610 13627 +17
+ Misses 6634 6632 -2
+ Partials 848 847 -1 ☔ View full report in Codecov by Sentry. |
70b29a2
to
e3180ac
Compare
e3180ac
to
8a8e841
Compare
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!
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
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 !
Remove duplicated http filters for Ext Auth.
Part of #2891