From 19c7c6d1957cdde632f974ee4b73cf7c74409beb Mon Sep 17 00:00:00 2001 From: Mike Green <772413+mikegreen@users.noreply.github.com> Date: Tue, 7 Dec 2021 13:16:14 -0700 Subject: [PATCH] clarify more sink options (#12586) --- website/content/docs/agent/autoauth/sinks/file.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/agent/autoauth/sinks/file.mdx b/website/content/docs/agent/autoauth/sinks/file.mdx index a0e5b3ae3b27..e1b226a77513 100644 --- a/website/content/docs/agent/autoauth/sinks/file.mdx +++ b/website/content/docs/agent/autoauth/sinks/file.mdx @@ -22,3 +22,6 @@ written with `0640` permissions as default, but can be overridden with the optio - `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. Note: This configuration option is only available in Vault 1.3.0 and above. + +~> Note: Configuration options for response-wrapping and encryption for the sink +file are located within the [options common to all sinks](/docs/agent/autoauth#configuration-sinks) documentation.