diff --git a/website/source/data/vault/nomad-server-policy.hcl b/website/source/data/vault/nomad-server-policy.hcl index 959438c15..d93a537d1 100644 --- a/website/source/data/vault/nomad-server-policy.hcl +++ b/website/source/data/vault/nomad-server-policy.hcl @@ -10,7 +10,7 @@ path "auth/token/roles/nomad-cluster" { capabilities = ["read"] } -# Allow looking up the token passed to Nomad to validate # the token has the +# Allow looking up the token passed to Nomad to validate the token has the # proper capabilities. This is provided by the "default" policy. path "auth/token/lookup-self" { capabilities = ["read"]