open-nomad/e2e/consulacls/nomad-client-consul.hcl
Seth Hoenig fc498c2b96 e2e: e2e test for connect with consul acls
Provide script for managing Consul ACLs on a TF provisioned cluster for
e2e testing. Script can be used to 'enable' or 'disable' Consul ACLs,
and automatically takes care of the bootstrapping process if necessary.

The bootstrapping process takes a long time, so we may need to
extend the overall e2e timeout (20 minutes seems fine).

Introduces basic tests for Consul Connect with ACLs.
2020-01-31 19:05:36 -06:00

5 lines
110 B
HCL

// The provided consul.token value must be blessed with service=write ACLs.
consul {
token="CONSUL_TOKEN"
}