Skip to content

1.0.20180306163216: Experimental extension for "secret" parameters. (#683)

Compare
Choose a tag to compare
@tetron tetron released this 09 Mar 20:11
· 2062 commits to main since this release
bcaa289
* Experimental extension for "secret" parameters.

These are string input parameters that represent sensitive information
such as passwords.  This feature deliberately obscures them by
replacing them with a placeholder during workflow evaluation and then
substituting the real value at the last moment.  Staged files containing secrets are deleted when the tool completes.