2018/07/23 13:09:48 [ERR] consul: "Coordinate.Update" RPC failed to server 192.168.44.12:58300: rpc error making call: rpc error making call: Permission denied2018/07/23 13:09:48 [WARN] agent: Coordinate update blocked by ACLs
service ""
{
policy = "write"
}
| Mon 23 Jul, 18:53 (7 hours ago) | ![]() ![]() | ||
| ||||
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/consul/issues
Community chat: https://gitter.im/hashicorp-consul/Lobby
---
You received this message because you are subscribed to the Google Groups "Consul" group.
To unsubscribe from this group and stop receiving emails from it, send an email to consul-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/consul-tool/bf10f286-d34b-4bda-9b8f-9b4a890f9137%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
{
"datacenter": "local_dc",
"acl_datacenter": "local_dc",
"acl_default_policy": "deny",
"acl_down_policy": "extend-cache",
"ca_file": "/opt/consul/SSL/ca.cert",
"cert_file": "/opt/consul/SSL/consul.cert",
"key_file": "/opt/consul/SSL/consul.key",
"verify_outgoing": true,
"verify_server_hostname": true,
"verify_incoming": true,
"data_dir": "/opt/consul/data",
"log_level": "INFO",
"server": true,
"client_addr": "0.0.0.0",
"addresses": {
"http": "0.0.0.0",
"https": "0.0.0.0"
},
"ports": {
"dns": 58600,
"http": 58500,
"serf_lan": 58301,
"serf_wan": 58302,
"server": 58300
},
"bind_addr": "192.168.44.12",
"advertise_addr": "192.168.44.12",
"enable_script_checks": true,
"domain": "consul.local",
"bootstrap_expect": 3,
"ui": true,
"start_join": ["192.168.44.10", "192.168.44.11", "192.168.44.12"],
"encrypt": "cg8StVXbQJ0gPvMd9o7yrg=="
}{
"datacenter": "local_dc",
"acl_datacenter": "local_dc",
"acl_default_policy": "deny",
"acl_down_policy": "extend-cache",
"ca_file": "/opt/consul/SSL/ca.cert",
"cert_file": "/opt/consul/SSL/consul.cert",
"key_file": "/opt/consul/SSL/consul.key",
"verify_outgoing": true,
"verify_server_hostname": true,
"verify_incoming": true,
"data_dir": "/opt/consul/data",
"log_level": "INFO",
"server": false,
"client_addr": "0.0.0.0",
"addresses": {
"http": "0.0.0.0",
"https": "0.0.0.0"
},
"ports": {
"dns": 58600,
"http": 58500,
"serf_lan": 58301,
"serf_wan": 58302,
"server": 58300
},
"bind_addr": "192.168.44.14",
"advertise_addr": "192.168.44.14",
"enable_script_checks": true,
"domain": "consul.local",
"start_join": ["192.168.44.10", "192.168.44.11", "192.168.44.12"],
"encrypt": "cg8StVXbQJ0gPvMd9o7yrg=="
}node ""
{
policy = "write"
}
service ""
{
policy = "write"
}
key "_rexec"
{
policy = "write"
}node ""
{
policy = "read"
}
service ""
{
policy = "read"
}node ""
{
policy = "write"
}
service ""
{
policy = "write"
}
key "_rexec"
{
policy = "write"
}node ""
{
policy = "read"
}
service ""
{
policy = "read"
}but requires a lot of testing.