Secrets in Automation

colinmo April 6, 2020

When using Automation to integrate with external systems (e.g. linking Jira to Cherwell for incident<->work item triage) how do you safely manage secrets? So far I haven't found anywhere that I can store secrets in Jira and refer to them via {{ smart variables }} or similar so they're not exposed in the raw Webhook code.

3 answers

1 accepted

0 votes
Answer accepted
Steve Moss November 28, 2020

I too am looking for a way to do this! I need some sort of secrets management for Jira automation. Is there perhaps a plugin for this? It would be good if there were built-in methods for achieving this, however.

Steve Moss November 28, 2020

I wonder if this would work? Not played with it though and not sure if you could use as a smart value in automation? https://www.teamsecrets.io/jira

colinmo December 2, 2020

Thanks Steve, that does look like it will do the job. Interesting it's locked to S3 buckets from the quick read, and good to note that someone else (ie. you) have noted this isn't provided in Jira (ie. I didn't miss anything obvious)

Cheers for pointing this out.

Like Steve Moss likes this
Kutumbarao Vallabhaneni January 18, 2022

Hi Steve,

Could you provide me how did you get the credentials from secrets manage - 

My question is I need to provide the Jira user name and password. 

What are the fields you used from Secrets Manager - response.

I did use get_secret_value method, I couldn't succeed. 

Please let me know how did you coded?.

Thanks.

0 votes
Kutumbarao Vallabhaneni January 14, 2022

Hi Steve,

Could you provide me how did you get the credentials from secrets manage - 

My question is I need to provide the Jira user name and password. 

What are the fields you used from Secrets Manager - response.

I did use get_secret_value method, I couldn't succeed. 

Please let me know how did you coded?.

Thanks.

Steve Moss February 10, 2022
0 votes
Martin Cleaver
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 22, 2021

Did you find an answer?

Steve Moss July 26, 2021

I didn't get any joy with this. Ended up refactoring into a Lambda in AWS and speaking to the Jira API that way instead. That way we could use Amazon Secrets Manager and not expose secrets via the Jira automation (albeit only project and Jira admins had access).

Like # people like this

Suggest an answer

Log in or Sign up to answer