github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/e2e/consulacls/acl-disable.hcl (about)

     1  # This partial consul configuration file will disable 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 = false
     6  }