hide variable value while using Run pipeline option
Release notes
Problem to solve
We have a requirement to pass variables username and password when running pipelines for prod deployment to make sure only privileged users can do the deployment in prod env. This is by click on ** Ci/CID --> pipelines --> Run pipeline ** . When we pass the password variable, it's not masked and we wanted to have as masked the value of the password variable.
Intended users
User experience goal
Proposal
Whenever we use a variable called password it should be masked by default while passing the password value for running pipeline.