From bc83d9a6828942754d8fa07e0b45d517e63670eb Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Fri, 6 Sep 2024 15:08:29 -0700 Subject: [PATCH] Update deployments/cloudfoundry/tile/scripts/setup_tanzu.sh --- deployments/cloudfoundry/tile/scripts/setup_tanzu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deployments/cloudfoundry/tile/scripts/setup_tanzu.sh b/deployments/cloudfoundry/tile/scripts/setup_tanzu.sh index 49e85015b5..c9d2815be5 100755 --- a/deployments/cloudfoundry/tile/scripts/setup_tanzu.sh +++ b/deployments/cloudfoundry/tile/scripts/setup_tanzu.sh @@ -8,7 +8,6 @@ cf target -o system -s test-space git clone https://github.com/cloudfoundry-samples/test-app && cd test-app && cf push && cd .. && rm -rf test-app && cf apps eval "$(hammer -t $TAS_JSON om)" UAA_CREDS=$(om credentials -p cf -c .uaa.identity_client_credentials -t json | jq '.password' -r) -#UAA_CREDS=$(om credentials -p cf -c .uaa.ssl_credentials -t json | jq '.password' -r) TAS_SYS_DOMAIN=$(jq '.sys_domain' -r $TAS_JSON) uaac target https://uaa.$TAS_SYS_DOMAIN --skip-ssl-validation uaac token client get identity -s $UAA_CREDS