This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
[BUG] btp setup automator script is not interactive therefore login not possible #380
Closed
2 tasks done
Labels
Milestone
Is there an existing issue for this?
Are you using the latest docker image for BTPSA?
Which area is mainly impacted
Documentation
Current Behavior
While running the btp setup automator script I'm asked do a cf login but the script doesn't stop to let me input my credentials. Instead it just keeps going and then throws an error that I'm not logged in.
Expected Behavior
The script should stop and let me put in my credentials.
Steps To Reproduce
start the btp-setup-automator script (https://github.com/SAP-samples/btp-setup-automator/blob/main/docs/README.md#scripting-btp-setup-automator) - I'm using sso
Logs and configuration files available?
run the btp setup automator script
Anything else?
I fixed the issue by adding an "-i" in the command to make it interactive:
docker exec -i --workdir "/home/user" "test01" ./btpsa \
I also had to add an "./" before the btpsa, otherwise it would not work.
The text was updated successfully, but these errors were encountered: