Open marcjay opened 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
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.
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