clarification regarding Nomad client generating token vs retrieving (#4890)

This commit is contained in:
Omar Khawaja
2018-11-16 19:52:31 -05:00
committed by GitHub
parent 6b7953af21
commit dce594bb6d

View File

@@ -75,7 +75,7 @@ with Vault as well.
should be set when starting the task.
- `policies` `(array<string>: [])` - 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