github.com/uchennaokeke444/nomad@v0.11.8/e2e/consulacls/nomad-server-policy.hcl (about)

     1  // The Nomad Server requires total access to Consul ACLs, because the Server
     2  // will be requesting new SI tokens from Consul.
     3  
     4  acl = "write"
     5  
     6  service_prefix "" {
     7    policy = "write"
     8  }
     9  
    10  agent_prefix "" {
    11    policy = "read"
    12  }
    13  
    14  node_prefix "" {
    15    policy = "read"
    16  }