github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/e2e/consulacls/nomad-server-consul.hcl (about) 1 // Nomad Server needs to set allow_unauthenticated=false to enforce the use 2 // of a Consul Operator Token on job submission for Connect enabled jobs. 3 // 4 // The provided consul.token value must be blessed with acl=write ACLs. 5 consul { 6 allow_unauthenticated = false 7 token = "CONSUL_TOKEN" 8 }