Is it possible to see the value of secrets created...
# getting-started
m
Is it possible to see the value of secrets created using pulumi config from within the pulumi console? At the moment if I have a dictionary/map in the config file and one value is a secret the whole dictionary gets hidden from view which is obscuring a lot more than just the "secret" information.
b
not from the console, no. You can see it using
pulumi stack output --show-secrets
though
m
Thanks @billowy-army-68599. It would be a nice option to have. It would also be nice if a secret imbedded within a map didn't obscure the whole map, just the secret itself. I'll look to add them as requests in github