From 3950e172be381aec62fe71f613286d9a8dd34c31 Mon Sep 17 00:00:00 2001 From: Danny Eiselt Date: Wed, 26 Jun 2024 13:15:16 +0200 Subject: [PATCH] changed: oidc username_claim default to Signed-off-by: Danny Eiselt --- .../openstack/scs/cluster-class/templates/cluster-class.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/openstack/scs/cluster-class/templates/cluster-class.yaml b/providers/openstack/scs/cluster-class/templates/cluster-class.yaml index 4920aa75..c8502690 100644 --- a/providers/openstack/scs/cluster-class/templates/cluster-class.yaml +++ b/providers/openstack/scs/cluster-class/templates/cluster-class.yaml @@ -277,7 +277,7 @@ empty path" username_claim: type: string example: "preferred_username" - default: "sub" + default: "preferred_username" description: "JWT claim to use as the user name. By default sub, which is expected to be a unique identifier of the end user. Admins can choose other claims, such as email or name, depending on their provider. However,