71fb0a723e
* copyright headers for agent folder
8 lines
243 B
Bash
8 lines
243 B
Bash
#!/bin/bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
# There is no sidecar proxy for s2, since the terminating gateway acts as the proxy
|
|
export REQUIRED_SERVICES="s1 s1-sidecar-proxy s4 terminating-gateway-primary"
|