Hi guys, I am working on Apigee Istio Adapter in Win64 machine. I have tried multiple versions 1.0.5/1.0.4 but with the same error,
apigee-istio provision --forceProxyInstall -o org-eval -e prod -u ssss@sss.com -p ssssss > samples/apigee/handler.yaml
error deploying auth proxy: error importing proxy istio-auth: POST https://api.enterprise.apigee.com/v1/o/org-eval/apis?action=import&name=istio-auth: 400 Bundle is invalid. Empty bundle
There are no solutions in the github issues page as well. Any help is appreciated.
Apart from this do we have any other examples on Apigee Istio?
Solved! Go to Solution.
For demo purpose, I have copied an handler.yaml from my Linux machine and used the same in my Windows machine.
So in my windows machine, I am not running provision command, I simply copy paste the existing handler.yaml file.
I understand this is not a good practice, but I guess we can use this for testing/learning purpose.
Note - This is for version 1.0.5. I have not tried with the latest versions.