Commit 5bc9017d authored by Pantelis Malekas's avatar Pantelis Malekas
Browse files

fix: remove trailing slash from web origins in Keycloak settings

parent fb9d7eed
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,