Configure OpenBao file audit declaratively
This commit is contained in:
parent
5840783e44
commit
087bb91b86
5 changed files with 53 additions and 36 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue