Skip to content

Commit 0e4f3b5

Browse files
Fix decision logging in the OPA authorization test (#599)
1 parent 0d86789 commit 0e4f3b5

File tree

4 files changed

+5
-33
lines changed

4 files changed

+5
-33
lines changed

tests/templates/kuttl/opa-authorization/10-install-opa.yaml.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@ commands:
3434
config:
3535
logging:
3636
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
37+
containers:
38+
opa:
39+
loggers:
40+
decision:
41+
level: INFO
3742
roleGroups:
3843
default: {}

tests/templates/kuttl/opa-authorization/13-enable-decision-logs.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/templates/kuttl/opa-authorization/14-assert.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/templates/kuttl/opa-authorization/14-restart-opa

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)