From dce594bb6d62a179cc2bf455686cf4a7c8249ab7 Mon Sep 17 00:00:00 2001 From: Omar Khawaja Date: Fri, 16 Nov 2018 19:52:31 -0500 Subject: [PATCH] clarification regarding Nomad client generating token vs retrieving (#4890) --- website/source/docs/job-specification/vault.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/vault.html.md b/website/source/docs/job-specification/vault.html.md index 160786eae..c4543763e 100644 --- a/website/source/docs/job-specification/vault.html.md +++ b/website/source/docs/job-specification/vault.html.md @@ -75,7 +75,7 @@ with Vault as well. should be set when starting the task. - `policies` `(array: [])` - Specifies the set of Vault policies that - the task requires. The Nomad client will generate a Vault token that is + the task requires. The Nomad client will retrieve a Vault token that is limited to those policies. ## `vault` Examples