Merge pull request 'feat: change audit' (#6018) from tmp/openbao-6 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 21s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 2m38s

Reviewed-on: #6018
This commit was merged in pull request #6018.
This commit is contained in:
2026-04-17 01:35:07 +00:00

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" {}