mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
docs
This commit is contained in:
parent
9d7495beb3
commit
c2e8f7608e
1 changed files with 3 additions and 0 deletions
|
|
@ -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].
|
||||
|
|
|
|||
Loading…
Reference in a new issue