green-pencil-17360
07/08/2021, 2:29 PMpulumi up
. It actually forced me to set up the pass-phrase when I created the stack. It is throwing me the following error.
constructing secrets manager of type "passphrase": unable to find either `PULUMI_CONFIG_PASSPHRASE` or `PULUMI_CONFIG_PASSPHRASE_FILE` when trying to access the Passphrase Secrets Provider; please ensure one of these environment variables is set to allow the operation to continue
bumpy-summer-9075
07/08/2021, 2:30 PMPULUMI_CONFIG_PASSPHRASE
to the passphrase you've initially set up and you'll be good to gogreen-pencil-17360
07/08/2021, 2:30 PMbumpy-summer-9075
07/08/2021, 2:31 PMgreen-pencil-17360
07/08/2021, 2:31 PMbumpy-summer-9075
07/08/2021, 2:31 PMgreen-pencil-17360
07/08/2021, 2:32 PMbumpy-summer-9075
07/08/2021, 2:32 PMgreen-pencil-17360
07/08/2021, 2:32 PMbumpy-summer-9075
07/08/2021, 2:33 PMfoo
, you can either use the password on every command:
PULUMI_CONFIG_PASSPHRASE=foo pulumi up
or set it for the current shell:
export PULUMI_CONFIG_PASSPHRASE=foo
pulumi up
green-pencil-17360
07/08/2021, 2:34 PMbumpy-summer-9075
07/08/2021, 2:34 PMbash_profile
, but I would highly recommend reading up on environment variables and bashgreen-pencil-17360
07/08/2021, 2:35 PM