open-consul/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/config_entries.hcl
2022-10-13 14:58:05 -06:00

19 lines
251 B
HCL

config_entries {
bootstrap = [
{
kind = "proxy-defaults"
name = "global"
config {
protocol = "tcp"
}
},
{
kind = "mesh"
peering {
peer_through_mesh_gateways = true
}
}
]
}