Skip to content

Commit

Permalink
Merge pull request #11535 from hashicorp/docs-vault-token
Browse files Browse the repository at this point in the history
docs: clarify vault.token only required on servers
  • Loading branch information
jrasell committed Nov 23, 2021
2 parents 80dcae7 + 5204aa7 commit 416b14e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/docs/configuration/vault.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ vault {
should install a custom CA bundle and validate against it. Disabling SSL
verification can allow an attacker to easily compromise your cluster.

- `token` `(string: "")` - Specifies the parent Vault token to use to derive child tokens for jobs
requesting tokens.
- `token` `(string: "")` - Specifies the parent Vault token to use to derive
child tokens for jobs requesting tokens. Only required on Nomad servers.
Nomad client agents use the allocation's token when contacting Vault.
Visit the [Vault Integration Guide](/docs/vault-integration)
to see how to generate an appropriate token in Vault.

Expand Down

0 comments on commit 416b14e

Please sign in to comment.