You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
As I can see there is a lack of ability to use os env variables in jiralert.yml. I wrote a helm chart for Jiralert and I am deploying it via terraform for the different AWS accounts. It is impossible for me to store credentials to Jira in plaintext config.
Proposal:
To add the ability to use os env variables just add content = []byte(os.ExpandEnv(string(content))) in func LoadFile of config.go file.
It works fine for me.
Hi
As I can see there is a lack of ability to use os env variables in jiralert.yml. I wrote a helm chart for Jiralert and I am deploying it via terraform for the different AWS accounts. It is impossible for me to store credentials to Jira in plaintext config.
Proposal:
To add the ability to use os env variables just add
content = []byte(os.ExpandEnv(string(content)))
in func LoadFile of config.go file.It works fine for me.
It would be great if you include it in the next release.
Thanks.
The text was updated successfully, but these errors were encountered: