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

Only use oauth flow with IdentityTokens #628

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

jonjohnsonjr
Copy link
Collaborator

Fixes #626

@jonjohnsonjr
Copy link
Collaborator Author

cc @kevinmdavis

@codecov-io
Copy link

codecov-io commented Dec 10, 2019

Codecov Report

Merging #628 into master will decrease coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #628      +/-   ##
==========================================
- Coverage   76.37%   76.29%   -0.09%     
==========================================
  Files         101      101              
  Lines        4415     4412       -3     
==========================================
- Hits         3372     3366       -6     
- Misses        633      636       +3     
  Partials      410      410
Impacted Files Coverage Δ
pkg/v1/remote/transport/bearer.go 72.07% <100%> (-3.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73724ba...3fec705. Read the comment docs.

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.

When token request is forbidden, the 403 is not propagated back to the client.
4 participants