We are currently running version 3.0.23.0 of Octopus.
Our issue is that we are unable to bind a sensitive parameter from a step template to a variable if the value of the parameter was initially set manually. Below are the steps to reproduce.
- Create a Step Template with a Parameter of type Sensitive/Password
- Create a project
- Add a Process Step from the new Step Template
- Set the value of the sensitive manually to “test”
- Save the process
- Try to edit the process by binding the parameter to any Octopus Variable
- Save the process
For us, this does not result in the sensitive field being updated. If we bind the value before setting initially everything works great.
Thanks.