From 5bc9017d4820e0a8204e44eb2cca0765fa8db3a6 Mon Sep 17 00:00:00 2001 From: Pantelis Malekas Date: Wed, 2 Sep 2026 12:12:21 +0000 Subject: [PATCH] fix: remove trailing slash from web origins in Keycloak settings --- charts/hypo/templates/config/keycloak-cm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hypo/templates/config/keycloak-cm.yaml b/charts/hypo/templates/config/keycloak-cm.yaml index 48ce9fb..a789e0e 100644 --- a/charts/hypo/templates/config/keycloak-cm.yaml +++ b/charts/hypo/templates/config/keycloak-cm.yaml @@ -916,7 +916,7 @@ data: "https://hyper-orchestrator.eu/*" ], "webOrigins": [ - "https://hyper-orchestrator.eu/" + "https://hyper-orchestrator.eu" ], {{- end }} "notBefore": 0, @@ -1047,7 +1047,7 @@ data: "https://hyper-orchestrator.eu/grafana/login/generic_oauth" ], "webOrigins": [ - "https://hyper-orchestrator.eu/" + "https://hyper-orchestrator.eu" ], {{- end }} "notBefore": 0, -- GitLab