apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 167 forks source link

Not able to deploy apiproxy #197

Closed konthamvivek closed 1 year ago

konthamvivek commented 1 year ago

i want to deploy apiproxy using deploy plugin but unable to deploy as i was not allowed to connect apigee.google.com from my private server. image

to connect to the host url we had to connect to a proxy and do deployments using deploy maven plugin i had used below command but it is not working properly . "mvn -X package -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8080 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8080 apigee-enterprise:deploy -Phybrid-apiproxy -Dorg=org -Denv=env} -Dfile=file

how to connect to proxy host url and deploy proxy using deploy plugin ?

ssvaidyanathan commented 1 year ago

Hi @konthamvivek - pls follow the steps provided here

Hope you are using a version > v2.3.0

ssvaidyanathan commented 1 year ago

@konthamvivek - did you try? Can I mark this issue as closed?

ssvaidyanathan commented 1 year ago

Thanks for closing. Did you get it to work? Appreciate if you can share