Skip to content

Commit

Permalink
ensure no ZEEBE_HOST/PORT is set for the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Dec 9, 2024
1 parent 3f2dcad commit 93e0604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/zeebe/connectivity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ if [ "$API_PROTOCOL" = "grpc" ]; then
echo "[INFO] Checking zbctl status to $ZEEBE_ADDRESS..."

local zbctl_command
zbctl_command="ZEEBE_TOKEN_SCOPE=${ZEEBE_TOKEN_SCOPE} ZEEBE_ADDRESS=${ZEEBE_ADDRESS} zbctl status --authzUrl \"${ZEEBE_AUTHORIZATION_SERVER_URL}\" --clientId \"${ZEEBE_CLIENT_ID}\" --clientSecret \"${ZEEBE_CLIENT_SECRET}\" --audience \"${ZEEBE_TOKEN_AUDIENCE}\" ${EXTRA_FLAGS_ZBCTL}"
zbctl_command="ZEEBE_TOKEN_SCOPE=${ZEEBE_TOKEN_SCOPE} ZEEBE_ADDRESS=${ZEEBE_ADDRESS} ZEEBE_HOST="" ZEEBE_PORT="" zbctl status --authzUrl \"${ZEEBE_AUTHORIZATION_SERVER_URL}\" --clientId \"${ZEEBE_CLIENT_ID}\" --clientSecret \"${ZEEBE_CLIENT_SECRET}\" --audience \"${ZEEBE_TOKEN_AUDIENCE}\" ${EXTRA_FLAGS_ZBCTL}"

echo "[INFO] Running command: ${zbctl_command}"

Expand Down

0 comments on commit 93e0604

Please sign in to comment.