fix(k8s-cluster): uncomment kube_oidc_username_prefix for clarity

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-19 12:31:08 +08:00
parent b8675f081f
commit 66126db4cf

View File

@ -52,7 +52,7 @@ kube_oidc_client_id: 7cd1df19-24ea-46d7-acd3-5336283139e0
# 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
# Set to - means that the username is the entire value of the claim # Set to - means that the username is the entire value of the claim
kube_oidc_username_prefix: # kube_oidc_username_prefix: -
kube_oidc_groups_claim: roles kube_oidc_groups_claim: roles
# kube_oidc_groups_prefix: 'oidc:' # kube_oidc_groups_prefix: 'oidc:'