From d82c4d46c5da4a830d977c425f2e7c2bb35743cd Mon Sep 17 00:00:00 2001 From: IvanHunters Date: Tue, 10 Feb 2026 00:48:51 +0300 Subject: [PATCH] [keycloak-configure] Fix kubernetes client creation Remove authorizationServicesEnabled as it's incompatible with public clients (requires service account which public clients don't have). Signed-off-by: IvanHunters --- packages/system/keycloak-configure/templates/configure-kk.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/system/keycloak-configure/templates/configure-kk.yaml b/packages/system/keycloak-configure/templates/configure-kk.yaml index a641fd8a..d2ed13d5 100644 --- a/packages/system/keycloak-configure/templates/configure-kk.yaml +++ b/packages/system/keycloak-configure/templates/configure-kk.yaml @@ -73,7 +73,6 @@ metadata: name: keycloakclient spec: advancedProtocolMappers: true - authorizationServicesEnabled: true clientId: kubernetes defaultClientScopes: - groups