Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pwd): load password from env var #2

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

jonasmwahl
Copy link

@jonasmwahl jonasmwahl commented Jun 3, 2024

Description

In the configuration file, the password field is used to authenticate with the JIRA API. You can directly provide the password in this field. However, for added security, you can also use an environment variable to store your password. If you prefix the password field with ENV:<super-secret-token>, JIRAlert will read the password from an environment variable named <super-secret-token>.

@jonasmwahl jonasmwahl changed the title feat(pwd): load password fron env var feat(pwd): load password from env var Jun 3, 2024
@jonasmwahl jonasmwahl merged commit 8dc501a into master Jun 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant