Skip to content

Commit

Permalink
email suffix for technical users
Browse files Browse the repository at this point in the history
  • Loading branch information
onuryilmaz authored and BugRoger committed Feb 12, 2020
1 parent 460e8d7 commit a572255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kube-master/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: kube-master
version: 2.0.3
version: 2.0.4
2 changes: 1 addition & 1 deletion charts/kube-master/templates/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ spec:
- --oidc-client-id=kubernetes
- --oidc-groups-claim=groups
- --oidc-username-prefix=-
- --oidc-username-claim=sub
- --oidc-username-claim=name
{{ end }}
volumeMounts:
- mountPath: /etc/kubernetes/certs
Expand Down
4 changes: 3 additions & 1 deletion charts/kube-master/templates/dex-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ data:
username: cn
idAttr: distinguishedName
emailAttr: mail
nameAttr: displayName
nameAttr: cn
# workaround for technical users without email address in LDAP:
emailSuffix: cloud.sap
# Group search queries for groups given a user entry.
groupSearch:
Expand Down

0 comments on commit a572255

Please sign in to comment.