mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
1a9c86ea8f
A mesh gateway will now configure the filter chains for L7 exported services using the correct discovery chain information.
14 lines
328 B
Bash
14 lines
328 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
register_services alpha
|
|
|
|
gen_envoy_bootstrap s2 19002 alpha
|
|
gen_envoy_bootstrap mesh-gateway 19003 alpha true
|
|
gen_envoy_bootstrap s3 19004 alpha
|
|
|
|
wait_for_config_entry proxy-defaults global alpha
|
|
wait_for_config_entry service-router s2 alpha
|
|
wait_for_config_entry exported-services default alpha
|