From cf707d188794bed3d931134c836831049d9138e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 31 Mar 2025 10:39:33 +0200 Subject: [PATCH] fix kibana --- deploy/elk-stack/kibana.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/elk-stack/kibana.yaml b/deploy/elk-stack/kibana.yaml index d5b8805..cb9e011 100644 --- a/deploy/elk-stack/kibana.yaml +++ b/deploy/elk-stack/kibana.yaml @@ -11,9 +11,9 @@ spec: # Enable OIDC and basic auth as available providers. xpack.security.authc.providers: [oidc, basic] # Specify which OIDC realm to use (this should match the name of your OIDC realm in Elasticsearch) - xpack.security.authc.oidc.oidc1.realm: "panic-haus" + xpack.security.authc.oidc.realm: "panic" # Client settings that Kibana will use (and which must match your OIDC realm settings in Elasticsearch) - xpack.security.authc.oidc.oidc1.client_id: "kibana" - xpack.security.authc.oidc.oidc1.client_secret: "NDgPp4m8IhdpZ5z6wrCFByD9Y00dN7ga" + xpack.security.authc.oidc.panic.client_id: "kibana" + xpack.security.authc.oidc.panic.client_secret: "NDgPp4m8IhdpZ5z6wrCFByD9Y00dN7ga" # The URL for the Keycloak OpenID Connect discovery document. - xpack.security.authc.oidc.oidc1.openid_connect_url: "https://sso.panic.haus/realms/panic-haus/.well-known/openid-configuration" \ No newline at end of file + xpack.security.authc.oidc.panic.openid_connect_url: "https://sso.panic.haus/realms/panic-haus/.well-known/openid-configuration" \ No newline at end of file