Skip to content

Commit

Permalink
documenting missing option (#22296)
Browse files Browse the repository at this point in the history
* documenting missing option

* added comment about setting to zero
  • Loading branch information
Peter Wilson authored and hellobontempo committed Aug 18, 2023
1 parent ade5b3b commit 76b8f5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/content/docs/audit/socket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 76b8f5a

Please sign in to comment.