From 66126db4cfb5b817f7d1e32b1105c1bf50ca20fb Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 19 Feb 2025 12:31:08 +0800 Subject: [PATCH] fix(k8s-cluster): uncomment kube_oidc_username_prefix for clarity Signed-off-by: zhenyus --- .../ansible/manifests/group_vars/k8s_cluster/k8s-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/ansible/manifests/group_vars/k8s_cluster/k8s-cluster.yml b/cluster/ansible/manifests/group_vars/k8s_cluster/k8s-cluster.yml index 299a010f..2cb3e8da 100644 --- a/cluster/ansible/manifests/group_vars/k8s_cluster/k8s-cluster.yml +++ b/cluster/ansible/manifests/group_vars/k8s_cluster/k8s-cluster.yml @@ -52,7 +52,7 @@ kube_oidc_client_id: 7cd1df19-24ea-46d7-acd3-5336283139e0 # kube_oidc_ca_file: "{{ kube_cert_dir }}/ca.crt" kube_oidc_username_claim: upn # 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_prefix: 'oidc:'