Skip to content

Commit 8200682

Browse files
authored
Merge pull request #319 from hashicorp/repo-sync
Repo sync
2 parents 86d6c98 + 7f5333b commit 8200682

File tree

4 files changed

+12
-0
lines changed
  • content/vault

4 files changed

+12
-0
lines changed

content/vault/v1.16.x/content/docs/configuration/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@ can have a negative effect on performance due to the tracking of each lock attem
263263
- `request_limiter` `([Request Limiter][request-limiter]: <none>)` – Allows
264264
operators to enable Vault's Request Limiter functionality.
265265

266+
- `allow_audit_log_prefixing` `(bool: false)` - Enable to allow prefixes on audit log entries for
267+
[file sinks](/vault/docs/audit/file).
268+
266269
### High availability parameters
267270

268271
The following parameters are used on backends that support [high availability][high-availability].

content/vault/v1.18.x/content/docs/configuration/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ can have a negative effect on performance due to the tracking of each lock attem
272272
[os.TempDir()](https://pkg.go.dev/os#TempDir) (usually `/tmp` on Unix systems). This can be updated on a running Vault process
273273
with a SIGHUP signal.
274274

275+
- `allow_audit_log_prefixing` `(bool: false)` - Enable to allow prefixes on audit log entries for
276+
[file sinks](/vault/docs/audit/file).
277+
275278
### High availability parameters
276279

277280
The following parameters are used on backends that support [high availability][high-availability].

content/vault/v1.19.x/content/docs/configuration/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ can have a negative effect on performance due to the tracking of each lock attem
277277
[os.TempDir()](https://pkg.go.dev/os#TempDir) (usually `/tmp` on Unix systems). This can be updated on a running Vault process
278278
with a SIGHUP signal.
279279

280+
- `allow_audit_log_prefixing` `(bool: false)` - Enable to allow prefixes on audit log entries for
281+
[file sinks](/vault/docs/audit/file).
282+
280283
### High availability parameters
281284

282285
The following parameters are used on backends that support [high availability][high-availability].

content/vault/v1.20.x/content/docs/configuration/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ can have a negative effect on performance due to the tracking of each lock attem
280280
[os.TempDir()](https://pkg.go.dev/os#TempDir) (usually `/tmp` on Unix systems). This can be updated on a running Vault process
281281
with a SIGHUP signal.
282282

283+
- `allow_audit_log_prefixing` `(bool: false)` - Enable to allow prefixes on audit log entries for
284+
[file sinks](/vault/docs/audit/file).
285+
283286
### High availability parameters
284287

285288
The following parameters are used on backends that support [high availability][high-availability].

0 commit comments

Comments
 (0)