https://pulumi.com logo
#general
Title
# general
l

limited-energy-77059

05/06/2022, 10:23 AM
[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

echoing-dinner-19531

05/06/2022, 11:02 AM
Per chance are you setting PASSPHRASE to
""
somewhere?
l

limited-energy-77059

05/06/2022, 11:59 AM
Exactly! I tried to change it, without luck. However, migrating the stack to a new container with PASSPHRASE defined solved the issue!
e

echoing-dinner-19531

05/06/2022, 12:23 PM
If your using the pulumi service you can just not set this at all and let the service do the secrets management.
l

limited-energy-77059

05/06/2022, 1:12 PM
👌
5 Views