Skip to content

Commit

Permalink
clarify more sink options (#12586)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegreen authored and actions-user committed Dec 7, 2021
1 parent 91dfc32 commit 19c7c6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/content/docs/agent/autoauth/sinks/file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 19c7c6d

Please sign in to comment.