mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +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.
5 lines
175 B
Bash
5 lines
175 B
Bash
#!/bin/bash
|
|
|
|
export REQUIRED_SERVICES="s1 s1-sidecar-proxy gateway-primary s2-alpha s2-sidecar-proxy-alpha gateway-alpha tcpdump-primary tcpdump-alpha"
|
|
export REQUIRE_PEERS=1
|