+ KFLX_CONFIG_PATH=/tmp/konflux_config.json + echo 'Checking for configuration...' Checking for configuration... + retry 3 kubectl get configmap cluster-config -n konflux-info -o json Running command with up to 3 attempts... ++ jq -r '.data.trustifyServerExternalUrl // ""' /tmp/konflux_config.json + atlasApiURL=https://server-tsf-tpa.apps.rosa.kx-96320ebfaa.fiai.p3.openshiftapps.com ++ jq -r '.data.trustifyOIDCIssuerUrl // ""' /tmp/konflux_config.json + ssoTokenBaseURL=https://tsf-sso.apps.rosa.kx-96320ebfaa.fiai.p3.openshiftapps.com/realms/tsf-iam + '[' -n https://server-tsf-tpa.apps.rosa.kx-96320ebfaa.fiai.p3.openshiftapps.com ']' + '[' -n https://tsf-sso.apps.rosa.kx-96320ebfaa.fiai.p3.openshiftapps.com/realms/tsf-iam ']' + echo 'Detected cluster-config, gathering information...' Detected cluster-config, gathering information... + ssoTokenFullURL=https://tsf-sso.apps.rosa.kx-96320ebfaa.fiai.p3.openshiftapps.com/realms/tsf-iam/protocol/openid-connect/token + echo -n https://server-tsf-tpa.apps.rosa.kx-96320ebfaa.fiai.p3.openshiftapps.com + echo -n https://tsf-sso.apps.rosa.kx-96320ebfaa.fiai.p3.openshiftapps.com/realms/tsf-iam/protocol/openid-connect/token + echo -n release-sso-secret + echo -n secret-not-present + echo -n '' Gathered info from cluster-config, shutting down script. + echo 'Gathered info from cluster-config, shutting down script.' + exit 0