2019-07-24 21:01:42 +00:00
|
|
|
#!/bin/bash
|
2023-03-28 22:48:58 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2019-07-24 21:01:42 +00:00
|
|
|
|
|
|
|
# Bring up s1 and it's proxy as well because the check that it has a cert causes
|
|
|
|
# a proxy connection to be opened and having the backend not be available seems
|
|
|
|
# to cause Envoy to fail non-deterministically in CI (rarely on local machine).
|
|
|
|
# It might be related to this know issue
|
|
|
|
# https://github.com/envoyproxy/envoy/issues/2800 where TcpProxy will error if
|
|
|
|
# the backend is down sometimes part way through the handshake.
|
|
|
|
export REQUIRED_SERVICES="s1 s1-sidecar-proxy-consul-exec"
|