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 bdf29f4957
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -65,6 +65,17 @@ 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 => {
'audit-file' => {
options => {
file_path => $audit_log,
}
}
}
}
],
},
listener => [
{