Hi everyone. I am a newbie in pulumi. I am having ...
# getting-started
a
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
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
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
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
no. when I do pulumi login it works. and then when I run the automation , it appears the error that I stated
e
And if you set the envvar
PULUMI_CONFIG_PASSPHRASE
to something like "password"?