Maggie Walker
01/05/2023, 6:47 PMCharith (Cerbos)
Maggie Walker
01/05/2023, 6:59 PMCharith (Cerbos)
audit.enabled
config field. So you would have your config file looking something like the following and launch your container with -e AUDIT_ENABLED=true
in dev.
audit:
enabled: ${AUDIT_ENABLED}
Option 2: Add --set=audit.enabled=true
as an argument to the docker ARGS
field or your container launch scriptMaggie Walker
01/05/2023, 7:31 PMaudit:
enabled: ${AUDIT_ENABLED}
decisionLogsEnabled: ${DECISION_LOGS_ENABLED}
backend: file
file:
path: stdout
Charith (Cerbos)
enabled
is true.Maggie Walker
01/05/2023, 7:37 PM