fc498c2b96
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.
5 lines
110 B
HCL
5 lines
110 B
HCL
// The provided consul.token value must be blessed with service=write ACLs.
|
|
consul {
|
|
token="CONSUL_TOKEN"
|
|
}
|