api-platform-samples icon indicating copy to clipboard operation
api-platform-samples copied to clipboard

authentication error

Open ma198307 opened this issue 8 years ago • 1 comments

I have cloned git repository into my Ubuntu machine but I am getting following terminal output after running "sh deploy.sh". It seems shell script is not prompting me for any password and generate following error.

"Be sure to populate values in setenv.sh in this directory before running this script. Using in . Enter your password for the Apigee Enterprise organization , followed by [ENTER]: deploy_all.sh: 13: read: Illegal option -s Verifying credentials... Authentication failed! Please re-run the script using the right username/password."

Any suggestion ? Thanks!

ma198307 avatar Jul 29 '16 14:07 ma198307

Hi, Did you edit the file api-platform-samples/setup/setenv.sh? Also the 'read -s' option is a bash shell flag -- do you have a bash shell? Let me know if you get it working or if we need to troubleshoot more.

WWitman avatar Aug 01 '16 20:08 WWitman