github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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  }