https://pulumi.com logo
Title
t

thousands-hairdresser-72380

03/11/2022, 2:09 PM
Any idea why a user who we’ve confirmed is logged in (via
pulumi login
) is getting this error:
could not decrypt configuration value: [400] Message authentication failed
When they run
pulumi config --show-secrets
? Update: I am also getting the same error on my end and I’m an admin for our team. Steps to reproduce: 1.
pulumi stack select ORG/prod
2.
pulumi config --show-secrets
e

echoing-dinner-19531

03/11/2022, 2:26 PM
Have you renamed the stack?
Key material is derived from stack name, so if you renamed the stack without regenerating the secrets (which
pulumi stack rename
should do) then you would get this error.
t

thousands-hairdresser-72380

03/11/2022, 2:35 PM
It looks like someone had copied a value between yamls and was not aware of the stack-specific encryption. We should be good to go. Thank you for your rapid assistance!
👍 1