From 553b065fbdbcbe74c1da93d83a5408bdc4fe3a1b Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:06:14 -0400 Subject: [PATCH] backport of commit 67a167139b6dae292ccccc24c177424d8e9fecd7 (#22300) Co-authored-by: Peter Wilson --- website/content/docs/audit/socket.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/audit/socket.mdx b/website/content/docs/audit/socket.mdx index 08316afc0..f53100742 100644 --- a/website/content/docs/audit/socket.mdx +++ b/website/content/docs/audit/socket.mdx @@ -39,3 +39,6 @@ these device-specific options: with net.Dial 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.