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

Allowed usage of custom SA for OAuth Proxy #520

Merged
merged 2 commits into from
Jul 11, 2019

Conversation

jpkrohling
Copy link
Contributor

@jpkrohling jpkrohling commented Jul 11, 2019

Fixes #519 by checking the service account from the JaegerSpec and from JaegerQuerySpec and using it when a value is present.

Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
@codecov
Copy link

codecov bot commented Jul 11, 2019

Codecov Report

Merging #520 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #520      +/-   ##
==========================================
+ Coverage   91.95%   91.96%   +0.01%     
==========================================
  Files          65       65              
  Lines        3295     3300       +5     
==========================================
+ Hits         3030     3035       +5     
  Misses        185      185              
  Partials       80       80
Impacted Files Coverage Δ
pkg/account/main.go 100% <100%> (ø) ⬆️
pkg/account/oauth-proxy.go 100% <100%> (ø) ⬆️

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 1dfbda6...fb10e62. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jul 11, 2019

Codecov Report

Merging #520 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #520      +/-   ##
==========================================
+ Coverage   91.95%   91.96%   +0.01%     
==========================================
  Files          65       65              
  Lines        3295     3300       +5     
==========================================
+ Hits         3030     3035       +5     
  Misses        185      185              
  Partials       80       80
Impacted Files Coverage Δ
pkg/account/main.go 100% <100%> (ø) ⬆️
pkg/account/oauth-proxy.go 100% <100%> (ø) ⬆️

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 1dfbda6...fb10e62. Read the comment docs.

@jpkrohling jpkrohling merged commit b1a6a05 into jaegertracing:master Jul 11, 2019
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.

Allow override of the ui-proxy service account
2 participants