kind-mechanic-53546
08/04/2020, 7:33 AMpulumi up
, (e.g. npm run up
) which does pulumi up --yes --policy-pack ./policy-pack-here
When I run this in an Azure Devops pipeline using the npm custom script, it fails with error: getting secrets manager: passphrase must be set with PULUMI_CONFIG_PASSPHRASE environment variable
which is strange since the environment variable is set (and pulumi version
works in a different step)
Question, why would the environment variable not be propagating down to the npm task, is this expected?tall-needle-56640
08/04/2020, 3:24 PMkind-mechanic-53546
08/05/2020, 10:15 AM-script: echo "$PULUMI_CONFIG_PASSPHRASE"
and it prints the contents fine to the console