https://pulumi.com logo
Title
a

ambitious-sundown-4188

01/16/2023, 8:29 PM
Hi everyone. I am a newbie in pulumi. I am having an issue. When I do pulumi login in GCP backend It appears an error: stderr: error: getting secrets manager: passphrase must be set with PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE environment variables When I do pulumi logout the deployment works - pulumi api automation. Does anyone have an idea how to fix this?
b

billowy-army-68599

01/16/2023, 8:43 PM
I responded to your stack overflow question here: https://stackoverflow.com/questions/75139349/pulumi-automation-backend/75139468#75139468 Please try to keep your questions to a single channel, instead of sending to multiple
a

ambitious-sundown-4188

01/16/2023, 8:56 PM
saw it, doesn t work. still the same--- stderr: error: getting secrets manager: passphrase must be set with PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE environment variables
e

echoing-dinner-19531

01/16/2023, 9:35 PM
When I do pulumi login in GCP backend It appears an error
Do you see that error when you run
pulumi login
or another pulumi command?
a

ambitious-sundown-4188

01/16/2023, 9:41 PM
no. when I do pulumi login it works. and then when I run the automation , it appears the error that I stated
e

echoing-dinner-19531

01/16/2023, 9:42 PM
And if you set the envvar
PULUMI_CONFIG_PASSPHRASE
to something like "password"?