davidahouse / stampede-server

A node.js based workflow server
https://www.stampedeci.com
MIT License
4 stars 1 forks source link

Add back param list to task details, but only show admin parameters if logged in as admin #653

Closed davidahouse closed 3 years ago

davidahouse commented 3 years ago

Now that we have an adminParam setting in the task config, we can show the config parameters for a task if you aren't logged in as admin and simply remove these admin params from the display. This should keep secrets from being displayed.