fec0adbb0e
This allows us to spin up e2e clusters with mTLS configured for all HashiCorp services, i.e. Nomad, Consul, and Vault. Used it for testing #11089 . mTLS is disabled by default. I have not updated Windows provisioning scripts yet - Windows also lacks ACL support from before. I intend to follow up for them in another round.
16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"log_level": "INFO",
|
|
"data_dir": "/opt/consul/data",
|
|
"bind_addr": "0.0.0.0",
|
|
"client_addr": "0.0.0.0",
|
|
"advertise_addr": "{{ GetPrivateIP }}",
|
|
"connect": {
|
|
"enabled": true
|
|
},
|
|
"ports": {
|
|
"http": -1,
|
|
"https": 8501,
|
|
"grpc": 8502
|
|
}
|
|
}
|