github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/e2e/consulacls/nomad-client-policy.hcl (about) 1 // The Nomad Client will be registering things into its buddy Consul Client. 2 3 service_prefix "" { 4 policy = "write" 5 } 6 7 agent_prefix "" { 8 policy = "read" 9 } 10 11 node_prefix "" { 12 policy = "read" 13 }