-
Notifications
You must be signed in to change notification settings - Fork 356
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
chore: standardize oidc/saml group & display attribute names in helm config #8689
Conversation
✅ Deploy Preview for determined-ui canceled.
|
Docsite preview being generated for this PR. |
4f774fa
to
0b3952a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8689 +/- ##
==========================================
- Coverage 51.32% 51.31% -0.01%
==========================================
Files 894 894
Lines 156712 156712
Branches 2096 2096
==========================================
- Hits 80425 80424 -1
- Misses 74792 74793 +1
Partials 1495 1495
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
LGTM!
fd06108
to
30ad071
Compare
Description
change groupsClaimName -> groupsAttributeName, and displayNameCLaimName -> displayNameAttributeName in OIDC. This standardizes the fields with OIDC
Test Plan
Commentary (optional)
This will break EE -- so there needs to be an extra PR to be landed shortly after this is merged (& ee is rebased) that changes the relevant variable names in the OIDC ID Token Claims struct.
Checklist
docs/release-notes/
.See Release Note for details.
Ticket