job spec.hcl (722 Bytes)
consul_server_config.json (1.2 KB)
nomad_server_config.hcl (1.0 KB)
Nomad version: v0.12.1
Consul version: v1.7.2
We have a setup of 3 nomad servers, 3 nomad clients and 3 consul servers; each on their own VM. Everything seems to be working properly together. However recently we have tried to add a new service to our nomad cluster that utilizes consul-connect. Everything works great locally using -dev
and -dev-connect
options. However recently we have tried to add the first service to our nomad cluster that utilizes consul-connect. (To be clear we are not using -dev
flags in our testing env)
Aug 18, 20 11:16:44 -0600 Alloc Unhealthy Unhealthy because of failed task
Aug 18, 20 11:16:44 -0600 Not Restarting Error was unrecoverable
Aug 18, 20 11:16:44 -0600 Task hook failed consul_si_token: Unexpected response code: 401 (ACL support disabled)
Aug 18, 20 11:16:44 -0600 Killing failed to derive SI token: Unexpected response code: 401 (ACL support disabled)
We have tried to open policy’s to everything. default_policy: allow and a bunch of other random things to no avail.
Any help would be extremely welcomed.
Thanks for reading friend!