apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 169 forks source link

[QA]: How can I deploy with a serviceaccount? #240

Closed maxl2287 closed 3 months ago

maxl2287 commented 3 months ago

I need to provide an serviceaccount for my deployment. How can I achieve this?

Is it about this configuration:

 <apigee.serviceaccount.file>${file}</apigee.serviceaccount.file>

I need to have a serviceaccount like:

<sa>@<project>.iam.gserviceaccount.com But I am confused about the file-naming.

ssvaidyanathan commented 3 months ago

@maxl2287 - pls refer to this section of the README. Just be sure to add the below in your Maven profile

<apigee.googletoken.email>${googleTokenEmail}</apigee.googletoken.email>
ssvaidyanathan commented 3 months ago

@maxl2287 - did this work? If yes, please close the issue