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