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

[v7] Backport: Fix Okta OIDC (#11718) #11946

Merged
merged 1 commit into from
Apr 15, 2022
Merged

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Apr 14, 2022

Using the OIDC connector with Okta would fail due to an issue in our
fork of go-oidc. Update this dependency to get the fix.

Additionally, clean up the logic for syncing the connector
configuration, which was using a context.Context in order to implement
a timeout. This can be expressed in a simpler way with time.After()

Backports #11718

@github-actions github-actions bot requested review from atburke and codingllama April 14, 2022 14:58
@zmb3 zmb3 force-pushed the zmb3/v7-backport-11718 branch from f5b379d to 4c963a3 Compare April 14, 2022 15:13
Using the OIDC connector with Okta would fail due to an issue in our
fork of go-oidc. Update this dependency to get the fix.

Additionally, clean up the logic for syncing the connector
configuration, which was using a context.Context in order to implement
a timeout. This can be expressed in a simpler way with time.After()
@zmb3 zmb3 force-pushed the zmb3/v7-backport-11718 branch from 4c963a3 to 31bdc15 Compare April 15, 2022 14:22
@zmb3 zmb3 enabled auto-merge (rebase) April 15, 2022 14:23
@zmb3 zmb3 merged commit da0c2f4 into branch/v7 Apr 15, 2022
@zmb3 zmb3 deleted the zmb3/v7-backport-11718 branch April 15, 2022 15:36
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