update kibana

This commit is contained in:
2025-03-31 10:41:56 +02:00
parent cf707d1887
commit ad4708fdff

View File

@@ -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.realm: "panic"
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.oidc.panic.client_id: "kibana"
xpack.security.authc.oidc.panic.client_secret: "NDgPp4m8IhdpZ5z6wrCFByD9Y00dN7ga"
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.oidc.panic.openid_connect_url: "https://sso.panic.haus/realms/panic-haus/.well-known/openid-configuration"
xpack.security.authc.providers.oidc.panic.openid_connect_url: "https://sso.panic.haus/realms/panic-haus/.well-known/openid-configuration"