From 5074cec5cbaad041d565143e490a704f5329f786 Mon Sep 17 00:00:00 2001
From: Rowan Smith <86935689+rowansmithhc@users.noreply.github.com>
Date: Wed, 13 Apr 2022 12:29:43 +1000
Subject: [PATCH] Update socket entry (#14569)
Page edited: https://www.vaultproject.io/docs/audit/socket. We should include a note detailing that Vault may become unresponsive due to a TCP based socket output becoming unavailable per https://www.vaultproject.io/docs/audit#blocked-audit-devices
---
website/content/docs/audit/socket.mdx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/website/content/docs/audit/socket.mdx b/website/content/docs/audit/socket.mdx
index 15eec8df1..342743a60 100644
--- a/website/content/docs/audit/socket.mdx
+++ b/website/content/docs/audit/socket.mdx
@@ -35,7 +35,9 @@ $ vault audit enable socket address=127.0.0.1:9090 socket_type=tcp
`127.0.0.1:9090` or `/tmp/audit.sock`.
- `socket_type` `(string: "tcp")` - The socket type to use, any type compatible
- with net.Dial is acceptable.
+ 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](docs/audit/#blocked-audit-devices).
- `log_raw` `(bool: false)` - If enabled, logs the security sensitive
information without hashing, in the raw format.