Hide Input Values
V
Vast Haddock
We have a pipeline where users are able to create a login to an EC2 instance for a limited amount of time. The pipeline runs with Input Variables supplied by the user. They include the server instance, username, password and role. These details are then passed to a bash script which creates the user and then goes into a wait for 4 hours and then removes the user. This works fine. The issue is that the password provided by the user is visible to any other user with access to run that pipeline. I want to be able to set the input variable just for the password to be hidden. Is this possible already, if not then can I request it be added?
Log In