This commit is contained in:
Scott G. Miller 2025-07-03 15:52:13 -05:00
parent 9d7495beb3
commit c2e8f7608e

View file

@ -280,6 +280,9 @@ can have a negative effect on performance due to the tracking of each lock attem
[os.TempDir()](https://pkg.go.dev/os#TempDir) (usually `/tmp` on Unix systems). This can be updated on a running Vault process
with a SIGHUP signal.
- `allow_audit_log_prefixing` `(bool: "false")` - By default, prefixing is not allowed on file audit sinks. Setting this to
true allows this for newly configured audit sinks.
### High availability parameters
The following parameters are used on backends that support [high availability][high-availability].