- Notifications
You must be signed in to change notification settings - Fork928
fix: block creating oidc users when oidc has not been configured#14064
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
fix: block creating oidc users when oidc has not been configured#14064
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This stack of pull requests is managed by Graphite.Learn more about stacking. Join@ethanndickson and the rest of your teammates on |
alwaysmeticulousbot commentedJul 31, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Meticulous spotted zero visual differences across 932 screens tested:view results. Expected differences?Click here. Last updated for commit6585dc2. This comment will update as new commits are pushed. |
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.
Good catch! 👍
A unit test would be great, but not required. I can add one later.
663a3ba
to6585dc2
Compare956d0cb
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Discovered as it was possible to cause an (albeit recoverable) nil dereference when updating the roles of an OIDC user when OIDC had not yet been configured.