Open brandonbrinkley opened 1 year ago
I have the same issue, I know the API is capable but I think this would be a great addition and don't want to fork to implement it.
I forked and tweaked Configuration formatUrl API to pass in comments. I was able to publish the task and test it:
Same issue here...
Maybe you can open a PR for that?
@cloudkitects Do you think you can open a PR here?
@cospeedster my fork has too many branding customizations and it's fairly behind now. I'll try to get to it next month.
@cloudkitects That would be great :)
When I use DSS manually, I usually have to provide a comment by policy as to why I am retrieving the secret. I assume that this extension task only works with secrets for which that policy is not enabled. My question, would it be possible to add a comment text box to the task config screen and thereby pass in a comment, even if only optional? Obviously, there is no text box for one now, but I think it would be useful to be able to correlate a secret retrieval with a pipeline run in the logs. For example, I could configure it to pass in a string containing the $(Build.BuildId) variable. Thanks!