Hi folks,
Our team is trying to build integration between Jira and Pub/Sub & CloudRun service in GCP.
The use case is when the status of a issue transit to a specific, the automation in Jira needs to send a message or web request to our Pub/Sub topic or an endpoint in the CloudRun service. However, API key is not support as auth method for these service, and there is no action component we can use to run a shell command to do the authentication for the access token before making any web requests sent to GCP.
Appreciate any help and suggestions!
Cheers
Frank
Hey --- I know this is 18th months old - my solution to this was I did this was using JIRA automations support for AWS SNS --- and provisioned workload identity federation so a Lambda function could push from SNS to Pub/Sub.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.