From 9941997d85bc08eaf3bc2f678b1cd68a40db54c8 Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Tue, 28 Oct 2025 11:37:02 +0100 Subject: [PATCH] test(ldap): Adapt the log level to show successful authorizations --- .../templates/kuttl/ldap/21-install-opensearch.yaml.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/templates/kuttl/ldap/21-install-opensearch.yaml.j2 b/tests/templates/kuttl/ldap/21-install-opensearch.yaml.j2 index fb42f4e..ffd74f8 100644 --- a/tests/templates/kuttl/ldap/21-install-opensearch.yaml.j2 +++ b/tests/templates/kuttl/ldap/21-install-opensearch.yaml.j2 @@ -20,6 +20,16 @@ spec: config: logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} + containers: + opensearch: + console: + level: DEBUG + file: + level: DEBUG + loggers: + # Successful authorizations are logged at the DEBUG level. + org.opensearch.security: + level: DEBUG roleGroups: default: replicas: 3