problem description
this is my configuration file, acl_master_token has been set up, and I am running in docker
.{
"datacenter": "dc1",
"data_dir": "/consul/data",
"log_level": "INFO",
"server": true,
"bootstrap_expect": 3,
"acl_datacenter": "dc1",
"acl_master_token": "fe15af83-d36e-",
"acl_token": "54321c",
"acl_default_policy": "deny",
"acl_down_policy": "extend-cache",
"bind_addr": "192.168.1.15",
"client_addr": "0.0.0.0",
"retry_join": ["192.168.1.12"],
"retry_interval": "3s",
"raft_protocol": 3,
"enable_debug": false,
"rejoin_after_leave": true,
"encrypt": "h+TjXojPyignafeO+dCeow==",
"enable_syslog": false
}
found after starting consul,
018/11/12 13:28:06 [ERR] agent: failed to sync remote state: ACL not found
consul_1_aa055051bff7 | 2018/11/12 13:28:07 [ERR] agent: Coordinate update error: ACL not found
consul_1_aa055051bff7 | 2018/11/12 13:28:24 [ERR] agent: Coordinate update error: ACL not found
consul_1_aa055051bff7 | 2018/11/12 13:28:34 [ERR] agent: failed to sync remote state: ACL not found
consul_1_aa055051bff7 | 2018/11/12 13:28:47 [ERR] agent: Coordinate update error: ACL not found
it seems that ACL is not set correctly, but acl_token
I also configured