This message was deleted.
# general
s
This message was deleted.
w
I think this can happen if you have the wrong
PULUMI_CONFIG_PASSPHRASE
set. If so - you would see a diagnostic about this in
pulumi stack ls --logtostderr -v=9 2> out.txt
. That diagnostic should be bubbled up to the normal user interface as well - I'll open an issue.
Actually - looks like it's tracked here. Do add a comment and or upvote there if this does turn out to be the issue you are hitting. https://github.com/pulumi/pulumi/issues/4798
b
ok makes sense. I did not have any encrypted secrets and could not remember the password so I deleted the salt from my Pulumi.stack.yaml file. I'm guessing there's something similar in the state file that I could modify to get this to work again without the passphrase?