From 9848eb1c1b04f249457952bf9de4cea53e585cfa Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 8 Jan 2026 13:02:51 +0100 Subject: [PATCH] wekantest and keycloak redirect redirect --- argocd/apps/wekantest/values-wekantest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/apps/wekantest/values-wekantest.yaml b/argocd/apps/wekantest/values-wekantest.yaml index 1ebd088..a4efd3b 100644 --- a/argocd/apps/wekantest/values-wekantest.yaml +++ b/argocd/apps/wekantest/values-wekantest.yaml @@ -24,11 +24,11 @@ spec: - name: OAUTH2_ENABLED value: "true" - name: OAUTH2_LOGIN_STYLE - value: popup + value: redirect - name: OAUTH2_CLIENT_ID value: "wekantest" - name: OAUTH2_SERVER_URL - value: https://keycloak.innovation-hub-niedersachsen.de + value: "https://keycloak.innovation-hub-niedersachsen.de/realms/innohub/.well-known/openid-configuration" - name: OAUTH2_AUTH_ENDPOINT value: /realms/innohub/protocol/openid-connect/auth - name: OAUTH2_USERINFO_ENDPOINT