Hello,
Here is my main configuration file focus on ACL part:
"acl": {
"default_policy": "deny",
"down_policy": "extend-cache",
"enabled": true,
"token_ttl": "30s",
"tokens": {
"master": "xxxx",
"replication": "xxxx"
}
},
If I start consul with these parameters, it’s working fine.
If I add a file like /etc/consul/consul.d/policy.hcl with:
service_prefix "" {
policy = "read"
}
The process does not want to start anymore …
I don’t have any message in the log with ERR or ERROR tag.
Regards.