feat: change audit
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 23s
lint-test-helm / validate-kubeconform (pull_request) Successful in 27s
render-manifests / render-manifests (pull_request) Successful in 1m5s

This commit is contained in:
2026-04-16 20:33:17 -05:00
parent 51e4d0dfe8
commit fbcc18babb

View File

@@ -77,8 +77,11 @@ openbao:
}
}
audit "file" {
path = "/openbao/audit/openbao_audit.log"
audit "file" "to-stdout" {
options {
file_path = "/openbao/audit/openbao_audit.log"
log_raw = "true"
}
}
service_registration "kubernetes" {}