-
Notifications
You must be signed in to change notification settings - Fork 116
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
Conversation
💥 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. |
- https://github.com/dexidp/dex/releases/tag/v2.16.0 - https://github.com/dexidp/dex/releases/tag/v2.17.0 Nothing immediately relevant for us, but why not stay up to date? Signed-off-by: Stephan Renatus <[email protected]>
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]>
Signed-off-by: Stephan Renatus <[email protected]>
Signed-off-by: Stephan Renatus <[email protected]>
fa39410
to
e850145
Compare
Signed-off-by: Stephan Renatus <[email protected]>
Signed-off-by: Stephan Renatus <[email protected]>
e850145
to
f48513b
Compare
Signed-off-by: Stephan Renatus <[email protected]>
There was a problem hiding this 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.
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