Skip to content

Conversation

yx9o
Copy link
Contributor

@yx9o yx9o commented Sep 28, 2025

Fixes #9741 .

lizhimins
lizhimins previously approved these changes Oct 10, 2025

protected final AuthConfig authConfig;
protected final List<String> authenticationWhitelist = new ArrayList<>();
protected final Set<String> authenticationWhitelist = new HashSet<>();
Copy link
Member

Choose a reason for hiding this comment

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

suggest rename it to authenticationWhiteSet

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Completed, please review again, thank you.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.24%. Comparing base (b1a7ac8) to head (3e4001b).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9742      +/-   ##
=============================================
- Coverage      48.36%   48.24%   -0.12%     
+ Complexity     12202    12170      -32     
=============================================
  Files           1313     1313              
  Lines          93340    93340              
  Branches       11962    11962              
=============================================
- Hits           45140    45029     -111     
- Misses         42629    42726      +97     
- Partials        5571     5585      +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.

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