-
Notifications
You must be signed in to change notification settings - Fork 20
apigee-istio provision command doesn't work #205
Comments
I don't know of any reason why you'd get that other than a bad username or password. You might try again with release 1.0.3. Also double-check that the username you are using is your full email address, not just the name part. If you still have issues, try running with the "--verbose" option. |
It is OK. We built our own copy from the master branch and it worked. Good to know we have a new release. We'll try that for the next installation. Thanks. |
still getting this error in 1.0.3. I am doing apigee-istio in a terraform script:
apigee-istio provision -o $APIGEEORG -e $APIGEEENV -u $APIGEEUSERNAME -p $APIGEEPWD > samples/apigee/handler.yaml |
I am also facing the same issue. Could you share the steps that you followed to compile the source code from master branch ? |
The problem has been fixed in the later version. I don't think it is the same issue any more. |
I am facing the same issue with latest apigee/istio-mixer-adapter i.e. 1.2.0. My istio version is 1.3.0 |
I was following the tutorial from Srinandan at https://github.com/srinandan/istio-workshop/tree/master/apimanagement to integrate Istio with Apigee Edge gateway. The following command line failed with authorization error even I am the organization admin.
The error message is
The workaround for me is to download/compile the source code from the master branch and call the same command line. It works and I got the result in the console. I have to manually update the handler.yaml on my Istio cluster manually though.
It looks like the released apigee-istio is not the latest version or maybe some of the dependencies are changed when I build locally.
For more details, please refer to this issue
The text was updated successfully, but these errors were encountered: