https://pulumi.com logo
h

high-holiday-63390

11/24/2021, 6:17 PM
Is it possible to see the value of a secret encrypted using AWS KMS?
r

red-match-15116

11/24/2021, 6:24 PM
Depends. Where are you trying to see it?
h

high-holiday-63390

11/24/2021, 6:26 PM
For example on the command line
r

red-match-15116

11/24/2021, 6:29 PM
Yes... if they're in your config
pulumi config --show-secrets
if they're in your stack outputs then
pulumi stack output --show-secrets
h

high-holiday-63390

11/24/2021, 6:33 PM
Thanks