From c5225985d3ce430e6e080a4de3ad4d6e8c9195a5 Mon Sep 17 00:00:00 2001 From: Timur Bakeyev Date: Thu, 21 Nov 2024 12:58:52 +0100 Subject: [PATCH] Fix typo and spelling `auth:token` makes sense only when `auth:method` is set to `token`. I believe `approle` here is a c-n-p error. Grammarly suggests that the word should be spelt `significance` in this case. --- docs/ref/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/configuration.md b/docs/ref/configuration.md index 2fbe9d3..0128a4c 100644 --- a/docs/ref/configuration.md +++ b/docs/ref/configuration.md @@ -49,7 +49,7 @@ The SecretID of the AppRole. Only required if the configured AppRole requires it :::{vconf} auth:token ::: #### token -Token to authenticate to Vault with. Required if {vconf}`auth:method` == `approle`. +Token to authenticate to Vault with. Required if {vconf}`auth:method` == `token`. :::{hint} You can also pull configuration values, e.g. the token, from environment variables @@ -77,7 +77,7 @@ Token renewal settings. This setting can be specified inside a minion's configuration as well and will override the master's default for the minion. -Token lifecycle settings have significancy for any authentication method, +Token lifecycle settings have significance for any authentication method, not just `token`. :::