github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/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  }