This message was deleted.
# general
s
This message was deleted.
đź‘€ 2
b
Hi @future-nail-59564 You an actually take advantage of additionalSecretOutputs here - this will encrypt the output value for use in the state and the CLI but Pulumi will be able to understand that it's a secret and it will be able to be used in resources
f
ok, great, that seems to address the “state encryption” part of my concern, but I guess my question is more how an admin could retrieve the password to send it to the user…
unless a better solution would be to automatically email the new user his/her temporary password directly… 🤔
that’s a bit more involved though…
b
pulumi stack export --show-secrets
đź’Ż 1
if they have access to the keys used with the secrets provider
I hope that helps @future-nail-59564
f
Definitely, thanks a lot @broad-dog-22463, I’ll look into that! 👍
b
let me know if you have any issues here!
f
really appreciated! 🙏
m
You might also like
pulumi stack output myPasswordOutputName --show-secrets
f
thanks @millions-furniture-75402, good to know! 🙂