From 80cf435486de6e27180be06b606d00cc995bb2dc Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 30 Apr 2026 18:11:48 +0200 Subject: [PATCH] test2 --- infra/values/upc-dev/keycloak-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/values/upc-dev/keycloak-values.yaml b/infra/values/upc-dev/keycloak-values.yaml index eca9d54..e27f854 100644 --- a/infra/values/upc-dev/keycloak-values.yaml +++ b/infra/values/upc-dev/keycloak-values.yaml @@ -23,7 +23,7 @@ keycloakConfigCli: "firstBrokerLoginFlowAlias": "first broker login", "config": { "clientId": "7995d2b5-b798-4caf-8da6-b00b78bb34d7", - "clientSecret": "$(env:MS_IDP_CLIENT_SECRET)", + "clientSecret": "$(MS_IDP_CLIENT_SECRET)", "defaultScope": "openid email profile", "tenantId": "063afd9e-5fcb-48d2-a769-ca31b0f5b443", "syncMode": "IMPORT" @@ -39,7 +39,7 @@ keycloakConfigCli: "firstBrokerLoginFlowAlias": "first broker login", "config": { "clientId": "7995d2b5-b798-4caf-8da6-b00b78bb34d7", - "clientSecret": "$(env:MS_IDP_CLIENT_SECRET)", + "clientSecret": "$(MS_IDP_CLIENT_SECRET)", "defaultScope": "openid email profile User.Read Mail.Send", "tenantId": "063afd9e-5fcb-48d2-a769-ca31b0f5b443", "syncMode": "IMPORT"