From 5d7f89d71c4522bb4805a9dbf780361c2187ce39 Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Mon, 10 Feb 2025 08:56:36 +0000 Subject: [PATCH] feat: add `rally_no_sensitive_log` env var --- scripts/tempest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/tempest.sh b/scripts/tempest.sh index b35819b..7f06d83 100755 --- a/scripts/tempest.sh +++ b/scripts/tempest.sh @@ -89,6 +89,10 @@ function main { args+=("-e" "rally_docker_registry_password=$KAYOBE_AUTOMATION_RALLY_DOCKER_REGISTRY_PASSWORD") fi + if [ ! -z ${KAYOBE_AUTOMATION_RALLY_NO_SENSITIVE_LOG:+x} ]; then + args+=("-e" "rally_no_sensitive_log=$KAYOBE_AUTOMATION_RALLY_NO_SENSITIVE_LOG") + fi + args+=("${@}") mkdir -p $HOME/tempest-artifacts || true