From 8906a2bbc3201e7ba00767237f209d24f2cf6a80 Mon Sep 17 00:00:00 2001 From: sprutner Date: Mon, 20 Mar 2017 13:48:04 -0700 Subject: [PATCH] Update index.html.md grammar --- website/source/docs/vault-integration/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/vault-integration/index.html.md b/website/source/docs/vault-integration/index.html.md index 90c25f3b9..6b04d6914 100644 --- a/website/source/docs/vault-integration/index.html.md +++ b/website/source/docs/vault-integration/index.html.md @@ -124,7 +124,7 @@ to manage what Vault policies are accessible by jobs submitted to Nomad. The policies can be managed as a whitelist by using `allowed_policies` in the token role definition or as a blacklist by using `disallowed_policies`. -If using `allowed_policies`, task's may only request Vault policies that are in +If using `allowed_policies`, tasks may only request Vault policies that are in the list. If `disallowed_policies` is used, task may request any policy that is not in the `disallowed_policies` list. There are tradeoffs to both approaches but generally it is easier to use the blacklist approach and add policies that