Add missing policy for consul/creds/nomad-client

This commit is contained in:
Daniel Berteaud 2023-07-10 15:46:07 +02:00
parent 512164e9a5
commit 515f377aa8
1 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,6 @@ path "auth/token/roles/nomad-client" {
capabilities = ["read"]
}
path "consul/creds/nomad-client" {
capabilities = ["read"]
}