apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 169 forks source link

Allow proxy deployments to a hybrid org without service account #127

Closed OmidTahouri closed 4 years ago

OmidTahouri commented 4 years ago

As an API proxy developer I want to be able to deploy my API proxy from my personal computer to an Apigee hybrid environment without needing a service account

An extra argument/option for me to provide (e.g. "pipe in") my user-scoped access token would be helpful.

ssvaidyanathan commented 4 years ago

v2.0.1 supports this

mvn clean install -P{profile} -Dbearer=$(gcloud auth print-access-token) -Dapigee.config.options={option}