mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +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.
8 lines
222 B
Bash
8 lines
222 B
Bash
#!/bin/bash
|
|
|
|
export DEFAULT_REQUIRED_SERVICES="s1 s1-sidecar-proxy s2 s2-sidecar-proxy"
|
|
export REQUIRED_SERVICES="${DEFAULT_REQUIRED_SERVICES}"
|
|
export REQUIRE_SECONDARY=0
|
|
export REQUIRE_PARTITIONS=0
|
|
export REQUIRE_PEERS=0
|