github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/e2e/terraform/etc/acls/consul/consul-agent-policy.hcl (about) 1 # TODO: because Nomad should own most of these interactions, I think 2 # it might be possible to reduce this to: 3 # 4 # node_prefix "" { 5 # policy = write 6 # } 7 8 acl = "write" 9 10 agent_prefix "" { 11 policy = "write" 12 } 13 14 event_prefix "" { 15 policy = "write" 16 } 17 18 key_prefix "" { 19 policy = "write" 20 } 21 22 node_prefix "" { 23 policy = "write" 24 } 25 26 query_prefix "" { 27 policy = "write" 28 } 29 30 service_prefix "" { 31 policy = "write" 32 }