Skip to content

Commit c2d4887

Browse files
test(ldap): Adapt the log level to show successful authorizations (#57)
1 parent 617918d commit c2d4887

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/templates/kuttl/ldap/21-install-opensearch.yaml.j2

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ spec:
2020
config:
2121
logging:
2222
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
23+
containers:
24+
opensearch:
25+
console:
26+
level: DEBUG
27+
file:
28+
level: DEBUG
29+
loggers:
30+
# Successful authorizations are logged at the DEBUG level.
31+
org.opensearch.security:
32+
level: DEBUG
2333
roleGroups:
2434
default:
2535
replicas: 3

0 commit comments

Comments
 (0)