Skip to content

deps: bump dex to v2.17.0 #1002

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

Merged
merged 8 commits into from
Jul 24, 2019
Merged

deps: bump dex to v2.17.0 #1002

merged 8 commits into from
Jul 24, 2019

Conversation

srenatus
Copy link
Contributor

@srenatus srenatus commented Jul 22, 2019

Nothing immediately relevant for us, but why not stay up to date?

Also, the next release is going to include dexidp/dex#1486 which will let us simplify some code in local-user-service. Anticipating that, let's update now.

ℹ️ This pulls in github.com/coreos/go-oidc@v2, as a dependency of Dex. This is a consequence of us using an in-memory dex server for testing, and thus having to eat its dependencies. You might argue that we should not have done that; but on the other hand, v2 of that library is what is maintained, and I do think we care about that. So, pulling this in is a good thing. 😃

ℹ️ Also updates golang.org/x/oauth2, because it's better to do that once in a while -- changes are here: golang/oauth2@0448841...0f29369

@srenatus srenatus changed the title Sr/bump/dex v2.17.0 deps: bump dex to v2.17.0 Jul 22, 2019
@srenatus srenatus self-assigned this Jul 22, 2019
@srenatus srenatus added auth-team anything that needs to be on the auth team board automate-auth chore WIP labels Jul 22, 2019
@srenatus
Copy link
Contributor Author

💥 l-u-s needs its mocks updated, and session-service revealed some go-oidc dependency issue -- we'll need to bump that, too, I suppose.

srenatus added 5 commits July 23, 2019 10:22
We're using some vendored grpc client code in local-user-service.

It's GRPC, and it doesn't really matter which release we're on, but
let's keep these in sync nonetheless.

Signed-off-by: Stephan Renatus <[email protected]>
Signed-off-by: Stephan Renatus <[email protected]>
@srenatus srenatus force-pushed the sr/bump/dex-v2.17.0 branch from fa39410 to e850145 Compare July 23, 2019 08:40
@srenatus srenatus force-pushed the sr/bump/dex-v2.17.0 branch from e850145 to f48513b Compare July 23, 2019 08:51
Signed-off-by: Stephan Renatus <[email protected]>
@srenatus srenatus removed the WIP label Jul 23, 2019
Copy link
Contributor

@stevendanna stevendanna left a comment

Choose a reason for hiding this comment

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

This looks reasonable to me. Hard to argue with -3k lines. The OIDCv2 changes were a bit too much to practically review, but I skimmed the code and to me the v2 branch looks higher quality than the v1 branch we were on, so I am not too worried about moving to it.

@srenatus srenatus merged commit 65084e9 into master Jul 24, 2019
@chef-ci chef-ci deleted the sr/bump/dex-v2.17.0 branch July 24, 2019 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth-team anything that needs to be on the auth team board automate-auth chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants