From e58cce958b0fc67931171580931144b5e445a26a Mon Sep 17 00:00:00 2001 From: Mike Green <772413+mikegreen@users.noreply.github.com> Date: Fri, 17 Apr 2020 12:16:21 -0600 Subject: [PATCH] Clarify version that sink mode is in (#8764) Clarifying customer experience. Ie, don't try this on 1.2.1 --- website/pages/docs/agent/autoauth/sinks/file.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/agent/autoauth/sinks/file.mdx b/website/pages/docs/agent/autoauth/sinks/file.mdx index 9109b8b4b..8dd1f4d6e 100644 --- a/website/pages/docs/agent/autoauth/sinks/file.mdx +++ b/website/pages/docs/agent/autoauth/sinks/file.mdx @@ -22,4 +22,4 @@ written with `0640` permissions as default, but can be overridden with the optio ## Configuration - `path` `(string: required)` - The path to use to write the token file -- `mode` `(int: optional)` - A string containing an octal number representing the bit pattern for the file mode, similar to chmod. Set to "0000" to prevent Vault from modifying the file mode +- `mode` `(int: optional)` - A string containing an octal number representing the bit pattern for the file mode, similar to chmod. Set to `0000` to prevent Vault from modifying the file mode. Note: This configuration option is only available in Vault 1.3.0 and above.