[Solved] Hello, Pulumi Community :wave: I am usin...
# general
l
[Solved] Hello, Pulumi Community 👋 I am using the Azure Pipelines task to
preview
and
up
my stack, hosted in Azure. Using the latest
v3.32.1
displays the following error.
Copy code
error: passphrase must be set with PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE environment variables
I haven't figured out how to define the passphrase using the Azure task.
e
Per chance are you setting PASSPHRASE to
""
somewhere?
l
Exactly! I tried to change it, without luck. However, migrating the stack to a new container with PASSPHRASE defined solved the issue!
e
If your using the pulumi service you can just not set this at all and let the service do the secrets management.
l
👌