github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/e2e/consulacls/acl-enable.hcl (about) 1 # This partial consul configuration file will enable Consul ACLs. The 2 # consul-acls-manage.sh script uploads this file as "acl.hcl" to Consul Server 3 # configuration directories, and restarts those agents. 4 acl = { 5 enabled = true 6 default_policy = "deny" 7 enable_token_persistence = true 8 }