From f8daeb4d939a465976cb3c3af9c64b9c1a65b1e5 Mon Sep 17 00:00:00 2001 From: "milan.horvath" Date: Thu, 8 Feb 2024 11:26:51 +0100 Subject: [PATCH] feat: update keycloak client configuration for the new operator --- helm/values.yaml | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 209c484..ca3b057 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -30,27 +30,10 @@ app: SEARCH: Search theme # Keycloak keycloak: - enabled: true - client: |- - { - "clientId": "onecx-theme-ui", - "enabled": true, - "description": "Keycloak client for onecx-theme-ui", - "redirectUris": ["*"], - "webOrigins": ["*"], - "publicClient": true, - "protocol": "openid-connect" - } - roles: |- - [ - { - "name": "onecx-theme-admin", - "description": "OneCX Theme admin" - }, - { - "name": "onecx-theme-user", - "description": "OneCX Theme user" - } - ] + client: + enabled: true + spec: + kcConfig: + clientId: "onecx-theme-ui" # PIPE Config