Skip to content
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

[ISSUE #7955] Don't set default auth metadata provider #7956

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

dingshuangxi888
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #7955

Brief Description

Don't set default auth metadata provider

How Did You Test This Change?

Don't set default auth metadata provider

@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2024

Codecov Report

Attention: Patch coverage is 41.37931% with 17 lines in your changes missing coverage. Please review.

Project coverage is 42.83%. Comparing base (f2dd5b0) to head (e0df60e).
Report is 193 commits behind head on develop.

Files with missing lines Patch % Lines
.../authentication/factory/AuthenticationFactory.java 50.00% 1 Missing and 2 partials ⚠️
...th/authorization/factory/AuthorizationFactory.java 57.14% 1 Missing and 2 partials ⚠️
...tion/manager/AuthorizationMetadataManagerImpl.java 40.00% 1 Missing and 2 partials ⚠️
...entication/chain/DefaultAuthenticationHandler.java 0.00% 1 Missing and 1 partial ⚠️
...ion/manager/AuthenticationMetadataManagerImpl.java 50.00% 0 Missing and 2 partials ⚠️
...h/authorization/chain/AclAuthorizationHandler.java 33.33% 1 Missing and 1 partial ⚠️
.../authorization/chain/UserAuthorizationHandler.java 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #7956      +/-   ##
=============================================
- Coverage      42.85%   42.83%   -0.03%     
+ Complexity     10355    10346       -9     
=============================================
  Files           1270     1270              
  Lines          88594    88604      +10     
  Branches       11393    11394       +1     
=============================================
- Hits           37965    37951      -14     
- Misses         45952    45966      +14     
- Partials        4677     4687      +10     

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

@lizhimins lizhimins changed the title [ISSUE #7955]Don't set default auth metadata provider [ISSUE #7955] Don't set default auth metadata provider Mar 25, 2024
@lizhimins lizhimins merged commit d1cc742 into apache:develop Mar 25, 2024
10 checks passed
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.

[Bug] Don't set default auth metadata provider
3 participants