Skip to content

Commit

Permalink
Fix typo and spelling
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
b-a-t authored Nov 21, 2024
1 parent 4d90c39 commit c522598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
:::

Expand Down

0 comments on commit c522598

Please sign in to comment.