Open
Description
Hi,
I'd like support for secret variables. By this I mean that the value isn't shown when you run envman print
.
Use case for this is to print the env in a CI pipeline so it's easier to see why your build is failing but I'd like to hide credentials from developers.
This commit seems to add support for what I'm asking but I'm not sure what is does. I tried to set this field but the value was still printed:
envs:
- SECRET: password
opts:
is_sensitive: true
Workaround could be to use something like envman print | grep -v SECRET_VAR
but a native solution would be nice.
Metadata
Metadata
Assignees
Labels
No labels