Skip to content

Commit

Permalink
hiding config output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Sep 8, 2024
1 parent 12a79cc commit 4f2c571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/eks-pod/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function wait_for_config() {
}

function update_config() {
set +x 2>/dev/null; IDENTITY_SERVICE_CONFIG=$(curl -s http://127.0.0.1:27015/getConfig); set -x; }
{ set +x 2>/dev/null; IDENTITY_SERVICE_CONFIG=$(curl -s http://127.0.0.1:27015/getConfig); set -x; }
if jq -e . >/dev/null 2>&1 <<<"${IDENTITY_SERVICE_CONFIG}"; then
echo "Identity service returned valid config"
else
Expand Down

0 comments on commit 4f2c571

Please sign in to comment.