Skip to content

Conversation

@majialoong
Copy link
Contributor

@majialoong majialoong commented Oct 15, 2025

Which Issue(s) This PR Fixes

Fixes #9741

Brief Description

In this PR, optimize authentication whitelist lookup efficiency. The same problem also occurs in authorization. This PR makes the same modification in the authorization code.

@majialoong
Copy link
Contributor Author

Hello, @lizhimins @yx9o @RongtongJin , If have chance, please take a look this RP, thanks !

@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.25%. Comparing base (08b62b9) to head (520ce4d).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9760      +/-   ##
=============================================
- Coverage      48.28%   48.25%   -0.04%     
+ Complexity     12186    12169      -17     
=============================================
  Files           1313     1313              
  Lines          93352    93352              
  Branches       11964    11964              
=============================================
- Hits           45079    45049      -30     
- Misses         42690    42706      +16     
- Partials        5583     5597      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@dingshuangxi888 dingshuangxi888 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Optimize authentication whitelist lookup efficiency

3 participants