https://pulumi.com logo
Title
b

bright-truck-37455

06/22/2021, 10:17 AM
Hey everyone, I'm trying to update the passphrase used for my stack. When running the command listed in the docs, nothing really happens:
$ 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

billowy-army-68599

06/22/2021, 10:26 AM
why are you unsetting the passphrase before running the change?
b

bright-truck-37455

06/22/2021, 10:27 AM
Just trying to showcase that it doesn't work both ways, with passphase file present and absent
b

billowy-army-68599

06/22/2021, 10:28 AM
ah got it, @broad-dog-22463 any ideas?
b

broad-dog-22463

06/22/2021, 11:08 AM
There’s a PR open to fix this issue @bright-truck-37455
Sorry you’ve hit it