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

Added environment auth provider with runtime class loading #339

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

alex268
Copy link
Member

@alex268 alex268 commented Oct 27, 2024

Fixes #308

@alex268 alex268 requested a review from pnv1 October 27, 2024 10:21
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 36 lines in your changes missing coverage. Please review.

Project coverage is 47.26%. Comparing base (ebe9f19) to head (e6bc656).

Files with missing lines Patch % Lines
...n/java/tech/ydb/core/auth/EnvironAuthProvider.java 0.00% 32 Missing ⚠️
.../src/main/java/tech/ydb/auth/OAuth2AuthHelper.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #339      +/-   ##
============================================
- Coverage     47.40%   47.26%   -0.14%     
  Complexity     1750     1750              
============================================
  Files           309      311       +2     
  Lines         12448    12484      +36     
  Branches       1232     1237       +5     
============================================
  Hits           5901     5901              
- Misses         6087     6123      +36     
  Partials        460      460              

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

@alex268 alex268 merged commit c513c4d into ydb-platform:master Oct 28, 2024
8 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.

Make helper for loading credentials providers from environment variables
3 participants