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

sso_proxy: allow empty slice of groups #289

Merged
merged 2 commits into from
Mar 18, 2020

Conversation

Jusshersmith
Copy link
Contributor

Problem

See #286

Solution

This implements the initial fix described in #286. I think there may be a couple extra edge cases we need to cover in that pull request, so I've pulled out the fix here so it can be applied separately.

@codecov
Copy link

codecov bot commented Mar 16, 2020

Codecov Report

Merging #289 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   61.85%   61.87%   +0.01%     
==========================================
  Files          57       57              
  Lines        4638     4640       +2     
==========================================
+ Hits         2869     2871       +2     
  Misses       1556     1556              
  Partials      213      213              
Impacted Files Coverage Δ
internal/proxy/providers/sso.go 68.84% <100.00%> (+0.24%) ⬆️

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 5b956e9...565ab66. Read the comment docs.

jphines
jphines previously approved these changes Mar 16, 2020
@Jusshersmith Jusshersmith force-pushed the jusshersmith-temp-group-validation-fix branch from 4465b1e to 565ab66 Compare March 16, 2020 19:29
Copy link
Contributor

@danbf danbf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Jusshersmith Jusshersmith merged commit d99b80b into master Mar 18, 2020
@Jusshersmith Jusshersmith deleted the jusshersmith-temp-group-validation-fix branch March 18, 2020 18:29
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