2020-01-13 16:13:07 +00:00
|
|
|
# This partial consul configuration file will enable Consul ACLs. The
|
|
|
|
# consul-acls-manage.sh script uploads this file as "acl.hcl" to Consul Server
|
|
|
|
# configuration directories, and restarts those agents.
|
|
|
|
acl = {
|
2020-01-27 15:52:44 +00:00
|
|
|
enabled = true
|
|
|
|
default_policy = "deny"
|
2020-01-13 16:13:07 +00:00
|
|
|
enable_token_persistence = true
|
|
|
|
}
|