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