Skip to content

Commit

Permalink
Merge pull request hashicorp#2737 from hashicorp/fix-typo
Browse files Browse the repository at this point in the history
Remove an errant # from vault policy sample.
  • Loading branch information
schmichael committed Jun 26, 2017
2 parents 7c51bf3 + 6ce5b67 commit e9a55d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/data/vault/nomad-server-policy.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit e9a55d9

Please sign in to comment.