Skip to content

Commit

Permalink
Update deployments/cloudfoundry/tile/scripts/setup_tanzu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored Sep 6, 2024
1 parent d591cdc commit bc83d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployments/cloudfoundry/tile/scripts/setup_tanzu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc83d9a

Please sign in to comment.