GoogleCloudPlatform / application-integration-management-toolkit

This tool lets you interact with Application Integration, Integration Connectors or Apigee Integration/Connector APIs. The tool lets you manage (create, del, get, list) integrations, connections etc.
Apache License 2.0
22 stars 16 forks source link

override service account in Pub sub trigger #234

Closed ssvaidyanathan closed 6 months ago

ssvaidyanathan commented 6 months ago

@meghangupte - released as part of v0.76.0-beta.1

run the following

export INTEGRATIONCLI_VERSION=v0.76.0-beta.1;
curl -L https://raw.githubusercontent.com/GoogleCloudPlatform/application-integration-management-toolkit/main/downloadLatest.sh | sh -;
integrationcli --version;

You should see integrationcli version 0.76.0-beta.1 date: 2024-04-17T19:39:52Z [commit: 8ec8101]

meghangupte commented 6 months ago

Hi @ssvaidyanathan I tried it but unfortunately this is still not working. If I use the same service account in the overrides files instead of directly using in the the integration file, I get an error Reason: User not authorized to perform this action.. However the user has permissions since it works if I include it in the integration file