github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/e2e/consulacls/acl-pre-enable.hcl (about) 1 # This partial consul configuration file will enable Consul ACLs in the default:allow 2 # mode, which is nessessary for the ACL bootstrapping process of a pre-existing cluster. 3 # 4 # The consul-acls-manage.sh script uploads this file as "acl.hcl" to Consul Server 5 # configuration directories, and restarts those agents. 6 # 7 # Later the consul-acls-manage.sh script will replace this configuration with the 8 # one found in acl-enable.sh so as to enforce ACLs. 9 acl = { 10 enabled = true 11 default_policy = "allow" 12 enable_token_persistence = true 13 }