Hey everyone, I'm trying to update the passphrase ...
# general
b
Hey everyone, I'm trying to update the passphrase used for my stack. When running the command listed in the docs, nothing really happens:
Copy code
$ pulumi stack change-secrets-provider passphrase
Migrating old configuration and state to new secrets provider
$ unset PULUMI_CONFIG_PASSPHRASE_FILE
$ pulumi stack change-secrets-provider passphrase
error: constructing secrets manager of type "passphrase": unable to find either `PULUMI_CONFIG_PASSPHRASE` or `PULUMI_CONFIG_PASSPHRASE_FILE` ...
I've also tried switching to default secrets provider and back, same result
b
why are you unsetting the passphrase before running the change?
b
Just trying to showcase that it doesn't work both ways, with passphase file present and absent
b
ah got it, @broad-dog-22463 any ideas?
b
There’s a PR open to fix this issue @bright-truck-37455
Sorry you’ve hit it