pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

Make Azure Service Connection Optional #22

Closed praneetloke closed 4 years ago

praneetloke commented 4 years ago

Fixes #21.

We used to require the Azure Service Connection -- a way to provide credentials to Azure securely, which prohibits users from running Pulumi apps that target other cloud providers. This PR adds the ability to specify AWS credentials via env vars and makes the Azure Service Connection optional.