Skip to content

Commit

Permalink
chore: import missing EE helm chart change [ci skip] (#8747)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysauer authored Jan 25, 2024
1 parent 87b6cf3 commit 2ffc18f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/charts/determined/templates/master-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ 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: 1 addition & 0 deletions helm/charts/determined/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ 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 2ffc18f

Please sign in to comment.