Remove an errant # from vault policy sample.
This commit is contained in:
parent
0a85733f7e
commit
cd2a9e7bea
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue