mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 18:50:04 +00:00
bba3eb8cdd
Require use of mesh gateways in order for service mesh data plane traffic to flow between peers. This also adds plumbing for envoy integration tests involving peers, and one starter peering test.
27 lines
399 B
HCL
27 lines
399 B
HCL
config_entries {
|
|
bootstrap = [
|
|
{
|
|
kind = "proxy-defaults"
|
|
name = "global"
|
|
|
|
config {
|
|
protocol = "tcp"
|
|
}
|
|
},
|
|
{
|
|
kind = "exported-services"
|
|
name = "default"
|
|
services = [
|
|
{
|
|
name = "s2"
|
|
consumers = [
|
|
{
|
|
peer_name = "alpha-to-primary"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|