-
Notifications
You must be signed in to change notification settings - Fork 888
feat: Allow multiple OIDC domains #5210
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
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
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.
Thanks for the PR, this seems like a useful change. Let's make it visible in the config too. 👍🏻
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.
Nice changes, thanks! Tests are still failing, seems like it's related to the []string
change. You'll also want to run make update-golden-files
.
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.
Looks like you'll need to do a make gen
as well, but other than that, this looks great!
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.
@dcarrion87 - thanks for the contribution! We'll need to make some edits to the docs and understand the impact of the breaking change before merging, but other than that it LGTM
No changes were generated when doing a |
Hmm, that is unexpected. See https://github.com/coder/coder/actions/runs/3593197414/jobs/6050208601 for what’s wrong. You can fix it manually too, or delete the file and re-run make gen. I’ll investigate to see if I can figure out why it didn’t pick up on the changes. |
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.
Looks great, just need to get the tests passing (right now their flaking all on their own, no issues with the PR yet anyway).
Big thanks @dcarrion87 for all your work on this issue! |
No description provided.