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

Implement OAuth 2.0 Token Exchange credentials provider in Go SDK #1194

Merged
merged 13 commits into from
Apr 12, 2024

Conversation

UgnineSirdis
Copy link
Contributor

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Implement OAuth 2.0 Token Exchange credentials provider in Go SDK

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: 3542

What is the new behavior?

Other information

@codecov-commenter
Copy link

codecov-commenter commented Apr 11, 2024

Codecov Report

Attention: Patch coverage is 85.34323% with 79 lines in your changes are missing coverage. Please review.

Project coverage is 40.81%. Comparing base (f27b85b) to head (62940fe).
Report is 78 commits behind head on master.

Files Patch % Lines
credentials/options.go 0.00% 44 Missing ⚠️
internal/credentials/oauth2.go 95.00% 17 Missing and 7 partials ⚠️
credentials/credentials.go 0.00% 6 Missing ⚠️
options.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1194      +/-   ##
==========================================
+ Coverage   40.06%   40.81%   +0.75%     
==========================================
  Files         308      309       +1     
  Lines       32208    32747     +539     
==========================================
+ Hits        12903    13367     +464     
- Misses      18885    18955      +70     
- Partials      420      425       +5     
Flag Coverage Δ
go-1.21.x 42.93% <94.06%> (+0.91%) ⬆️
go-1.22.x 40.80% <85.34%> (+0.75%) ⬆️
macOS 40.35% <84.18%> (+0.74%) ⬆️
ubuntu 40.34% <84.18%> (+0.71%) ⬆️
unit 40.81% <85.34%> (+0.75%) ⬆️
windows 40.81% <85.34%> (+0.75%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

CHANGELOG.md Outdated Show resolved Hide resolved
@asmyasnikov asmyasnikov merged commit c7d27aa into ydb-platform:master Apr 12, 2024
30 of 31 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.

3 participants