backport of commit 67a167139b6dae292ccccc24c177424d8e9fecd7 (#22300)

Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-08-11 10:06:14 -04:00 committed by GitHub
parent 4aaa9fe058
commit 553b065fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -39,3 +39,6 @@ these device-specific options:
with <a href="https://golang.org/pkg/net/#Dial">net.Dial</a> is acceptable. It's
important to note if TCP is used and the destination socket becomes unavailable
Vault may become unresponsive per [Blocked Audit Devices](/vault/docs/audit/#blocked-audit-devices).
- `write_timeout` `(string: 2s)` - The (deadline) time in seconds to allow writes to be completed over the socket.
A zero value means that write attempts will *not* time out.