Skip to content

Commit

Permalink
chore: add ee helm chart changes to oss (#8799)
Browse files Browse the repository at this point in the history
  • Loading branch information
salonig23 authored Feb 5, 2024
1 parent 65c811c commit a1a6e20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/release-notes/oidc-changed-vars.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:orphan:

**Breaking Change**

- Authentication: In the enterprise edition, in the master configuration, the
``oidc.groups_claim_name`` setting that is used to set the string value of the authenticator's
claim name for groups has been changed to ``oidc.groups_attribute_name``. Similarly, the
``oidc.display_name_claim_name`` setting that is used to set the user's display name in
Determined has been changed to ``oidc.display_name_attribute_name``.
3 changes: 0 additions & 3 deletions helm/charts/determined/templates/master-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ stringData:
{{- if .Values.oidc.displayNameAttributeName }}
display_name_attribute_name: {{ .Values.oidc.displayNameAttributeName }}
{{- end }}
{{- if .Values.oidc.GroupsClaimName }}
groups_claim_name: {{ .Values.oidc.GroupsClaimName }}
{{- end }}
{{- end }}
{{- if .Values.scim }}
Expand Down
1 change: 0 additions & 1 deletion helm/charts/determined/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ useNodePortForMaster: false
# scimAuthenticationAttribute:
# autoProvisionUsers:
# groupsAttributeName:
# GroupsClaimName:
# displayNameAttributeName:

# scim (EE-only) enables System for Cross-domain Identity Management (SCIM) integration, which is
Expand Down

0 comments on commit a1a6e20

Please sign in to comment.