feat: add audit log for openbao

- openbao requires audit-log configured in config file
This commit is contained in:
2025-11-15 21:17:11 +11:00
parent 9eff241003
commit 61d5d10e62
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -65,6 +65,11 @@ class profiles::vault::server (
api_addr => "${http_scheme}://${::facts['networking']['fqdn']}:${client_port}",
extra_config => {
cluster_addr => "${http_scheme}://${::facts['networking']['fqdn']}:${cluster_port}",
audit => {
file => {
file_path => $audit_log,
}
},
},
listener => [
{