feat: add audit log for openbao
- openbao requires audit-log configured in config file
This commit is contained in:
@@ -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 => [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user