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