Remove an errant # from vault policy sample.

This commit is contained in:
Jeremy Voorhis 2017-06-23 21:15:25 -07:00
parent 0a85733f7e
commit cd2a9e7bea

View file

@ -10,7 +10,7 @@ path "auth/token/roles/nomad-cluster" {
capabilities = ["read"] 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. # proper capabilities. This is provided by the "default" policy.
path "auth/token/lookup-self" { path "auth/token/lookup-self" {
capabilities = ["read"] capabilities = ["read"]