Merge pull request #2737 from hashicorp/fix-typo

Remove an errant # from vault policy sample.
This commit is contained in:
Michael Schurter 2017-06-26 13:16:28 -07:00 committed by GitHub
commit 66d1c78763
1 changed files with 1 additions and 1 deletions

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"]