Configure OpenBao file audit declaratively
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user