Clarify version that sink mode is in (#8764)

Clarifying customer experience. Ie, don't try this on 1.2.1
This commit is contained in:
Mike Green 2020-04-17 12:16:21 -06:00 committed by GitHub
parent 1425e43476
commit e58cce958b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.