Configure OpenBao file audit declaratively

This commit is contained in:
2026-06-01 22:12:23 +02:00
parent 5840783e44
commit 087bb91b86
5 changed files with 53 additions and 36 deletions

View File

@@ -101,6 +101,14 @@ server:
path = "/openbao/data"
}
audit "file" "file" {
description = "Default file audit device on the OpenBao audit PVC."
options {
file_path = "/openbao/audit/openbao-audit.log"
}
}
service_registration "kubernetes" {}
telemetry {