-
-
Notifications
You must be signed in to change notification settings - Fork 871
Bump dex to 2.27.0 #6371
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
Bump dex to 2.27.0 #6371
Conversation
|
do we care about the errors for the release pipeline? |
|
@xtremerui I think the check don't work for the release branches :( sadly I think there's more that needs to be done here. Got these errors locally when trying to compile the image: Looks like we should also back port #6195 first |
7788a49 to
8019b27
Compare
|
right concourse needs to be updated to accommendate the dex changes from upstream. |
|
@xtremerui I back-ported the changes yesterday. I ran some testflight tests locally to verify the fix. Looks like all the checks passed except for watjs (I remember now, the upgrade and downgrade checks don't work for the release branches). Re-running watjs as it looks like a flake. |
|
updated the release note for the breaking changes of OIDC connector. @chenbh feel free to edit it if anything is missing. thx! |
so it could get latest from upstream dex and the release of concourse/dex in the future could be picked up by dependabot Signed-off-by: Rui Yang <[email protected]>
Signed-off-by: Rui Yang <[email protected]>
pkged.go contains assets file for Dex under skymarshal/web, which will be accessed by Dex server during runtime. Signed-off-by: Rui Yang <[email protected]>
in oidc/oauth sky command configs for backward compatibility Signed-off-by: Rui Yang <[email protected]>
show error message on device auth flow template (this should never happen) Co-authored-by: Daniel Chen <[email protected]> Signed-off-by: Rui Yang <[email protected]>
Bumps dex to 2.27.0 Not sure if all the changes are necessary. Would happen every time I did go mod download after only changing dex. Signed-off-by: Taylor Silva <[email protected]>
Signed-off-by: Taylor Silva <[email protected]>
be6b861 to
b45f9ee
Compare
|
@taylorsilva it shows some conflicts after merging of the underscore PR. Could you fix the conflicts? THx a lot. |
What does this PR accomplish?
Bug Fix | Feature | Documentation
closes # .
Changes proposed by this PR:
Same as #6370
Release Note
preferred_usernameclaimpreferred_usernameclaim would be ignored in favor of the--oidc-user-name-keyconcourse auth flag.preferred_usernameclaim takes precedence so its value will be used as concourse OIDC username.Contributor Checklist
Added tests (Unit and/or Integration)Updated DocumentationReviewer Checklist
BOSH and
Helm packaging; otherwise, ignored for
the integration
tests
(for example, if they are Garden configs that are not displayed in the
--helptext).