mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +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.
11 lines
193 B
Bash
11 lines
193 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
register_services primary
|
|
|
|
gen_envoy_bootstrap s1 19000 primary
|
|
gen_envoy_bootstrap mesh-gateway 19001 primary true
|
|
|
|
wait_for_config_entry proxy-defaults global
|