Option to unmask Environment Variables as they are entered
F
Foo Bar
Environment variables are important to get correct. When you enter one in the UI, it's all password-masked. Since you can't view the full value once it's saved, the only way to confirm the value is correct is to trigger a build.At the very least, there should be one of those "eye" toggles that's so hot nowadays that allows you to temporarily unmask the field.
CCI-I-1155
Autopilot
Merged in a post:
Allow visibility when creating/editing environment variables
J
Jeremy Weathers
While I am normally pasting in environment variable values in the CircleCI web UI, I sometimes would prefer to type in simpler values (especially those that are within environment-specific contexts), and so I would like to be able to toggle the value field from
type="password"
to type="text"
so that I can verify the values before saving them. (Seeing the last part of the value does not always ensure that it has been entered correctly.)