deploy.sh sample proxies authentication failed

Not applicable

I haven't been able to get the sample proxies deployed for authentication reasons, yet my username, org-name, and password are correct.

ch-nb-1614:setup jbr$ sh deploy_all.sh

This script deploys all sample API proxies under ./sample-proxies to your organization on the Apigee API Platform.

Be sure to populate values in setenv.sh in this directory before running this script.

Using my-email-address@gmail.com in my-org-name.

Verifying credentials... Authentication failed! Please re-run the script using the right username/password.

my username and password are correct in setenv.sh:

#org="Enter your Apigee Edge organization name"

#username="Enter your Apigee Edge email address"

#url="https://api.enterprise.apigee.com"

#env="Enter the environment to deploy to (test or prod)"

org="myorg1996"

username="my-email-address@gmail.com"

password="myPassword1996"

url="https://api.e2e.apigee.net"

env="test"

api_domain="apigee.net"

provision="yes"

Solved Solved
0 1 285
1 ACCEPTED SOLUTION

benrodriguez
Participant II

I think your URL is off. I checked out mine and my config is as follows

org="benrodriguez9"

username="triplexxxx@gmail.com"

url="https://api.enterprise.apigee.com/platform/triplexxx9"

env="test"

api_domain="apigee.net"

View solution in original post

1 REPLY 1

benrodriguez
Participant II

I think your URL is off. I checked out mine and my config is as follows

org="benrodriguez9"

username="triplexxxx@gmail.com"

url="https://api.enterprise.apigee.com/platform/triplexxx9"

env="test"

api_domain="apigee.net"