open-nomad/e2e/consulacls/consul-client-default-token.hcl
2020-02-03 12:15:53 -05:00

8 lines
125 B
HCL

acl {
tokens {
agent = "CONSUL_TOKEN"
agent_master = "CONSUL_TOKEN"
default = "CONSUL_TOKEN"
}
}