feat(k8s): update OIDC username prefix to allow full claim value
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
6574c07350
commit
841ef17655
@ -51,9 +51,10 @@ kube_oidc_client_id: 7cd1df19-24ea-46d7-acd3-5336283139e0
|
|||||||
## Optional settings for OIDC
|
## Optional settings for OIDC
|
||||||
# kube_oidc_ca_file: "{{ kube_cert_dir }}/ca.crt"
|
# kube_oidc_ca_file: "{{ kube_cert_dir }}/ca.crt"
|
||||||
kube_oidc_username_claim: upn
|
kube_oidc_username_claim: upn
|
||||||
kube_oidc_username_prefix: 'mathmast:'
|
# Set to - means that the username is the entire value of the claim
|
||||||
|
kube_oidc_username_prefix: -
|
||||||
kube_oidc_groups_claim: roles
|
kube_oidc_groups_claim: roles
|
||||||
kube_oidc_groups_prefix: 'mathmast:'
|
# kube_oidc_groups_prefix: 'oidc:'
|
||||||
|
|
||||||
## Variables to control webhook authn/authz
|
## Variables to control webhook authn/authz
|
||||||
# kube_webhook_token_auth: false
|
# kube_webhook_token_auth: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user