From ed0878a9bcef682e654a898d5f8b421d576418f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 31 Mar 2025 10:47:57 +0200 Subject: [PATCH] temp fix kibana --- deploy/elk-stack/kibana.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/deploy/elk-stack/kibana.yaml b/deploy/elk-stack/kibana.yaml index a67d55d..9ebac31 100644 --- a/deploy/elk-stack/kibana.yaml +++ b/deploy/elk-stack/kibana.yaml @@ -6,14 +6,4 @@ spec: version: 8.17.4 count: 2 elasticsearchRef: - name: elasticsearch-ha - config: - # 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.providers.oidc.realm: "panic" - # Client settings that Kibana will use (and which must match your OIDC realm settings in Elasticsearch) - xpack.security.authc.providers.oidc.panic.client_id: "kibana" - xpack.security.authc.providers.oidc.panic.client_secret: "NDgPp4m8IhdpZ5z6wrCFByD9Y00dN7ga" - # The URL for the Keycloak OpenID Connect discovery document. - xpack.security.authc.providers.oidc.panic.openid_connect_url: "https://sso.panic.haus/realms/panic-haus/.well-known/openid-configuration" \ No newline at end of file + name: elasticsearch-ha \ No newline at end of file