rundeck-plugins / jira-workflow-step

Rundeck workflow step that checks if specified Jira issue exists
10 stars 6 forks source link

Plugin should support loading the password from Rundeck's Key Storage #10

Open marcjay opened 4 years ago

marcjay commented 4 years ago

Currently we need to place the password/token in plain-text in the project configuration. It would be good if instead, we could supply the path to a key in Key Storage, e.g.

project.plugin.WorkflowStep.JIRA-Issue-Exists.password=keys/jira-api-token

for the plugin to then fetch the value of the key from storage. I'm aiming to raise a PR for this enhancement

Related to https://github.com/rundeck-plugins/jira-notification/issues/19