github.com/uchennaokeke444/nomad@v0.11.8/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  }