Skip to content

Commit 4f62b96

Browse files
committed
removing checks as discussed because the gateway uses management identity and not sas keys
1 parent b02a9e5 commit 4f62b96

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

scripts/bash/deploy_arc_ring.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@ while IFS= read -r MACHINE_JSON; do
7373
LOCATION=$(echo "$MACHINE_JSON" | jq -r '.location')
7474
echo "Preparing deploy for $MACHINE ($LOCATION)..."
7575

76-
RELAY_AUTH_BLOCK=""
77-
if [[ "${ENV_CONFIG}" == "review" && -n "${AZURE_RELAY_SHARED_ACCESS_KEY:-}" ]]; then
78-
RELAY_AUTH_BLOCK="AZURE_RELAY_KEY_NAME=listen
79-
AZURE_RELAY_SHARED_ACCESS_KEY=${AZURE_RELAY_SHARED_ACCESS_KEY}
80-
"
81-
fi
82-
8376
# Build .env, then base64-encode to pass newlines as a run command parameter.
8477
# NOTE: Arc Run Command drops protectedParameters for inline source.script,
8578
# so EnvContentB64 travels as a regular parameter (base64-encoded, not plain text).

0 commit comments

Comments
 (0)