apigee / api-platform-samples

Working samples for the Apigee API Platform
Apache License 2.0
497 stars 713 forks source link

authentication error #72

Open ma198307 opened 8 years ago

ma198307 commented 8 years ago

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!

WWitman commented 8 years ago

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.