acmeproxy icon indicating copy to clipboard operation
acmeproxy copied to clipboard

Unable to set Azure Enviroment Var without Error

Open Keithsc opened this issue 5 years ago • 0 comments

Acme proxy fails if the Azure Environment variable "AZURE_ENVIRONMENT" is set to anything. The following error happens.

FATAL Unable to setup a valid DNS provider: autorest/azure: There is no cloud environment matching the name "PUBLIC"

These are the variables I am attempting to set.

AZURE_CLIENT_ID | Client ID AZURE_CLIENT_SECRET | Client secret AZURE_ENVIRONMENT | Azure environment, one of: public, usgovernment, german, and china AZURE_RESOURCE_GROUP | Resource group AZURE_SUBSCRIPTION_ID | Subscription ID AZURE_TENANT_ID | Tenant ID

Keithsc avatar Oct 16 '20 14:10 Keithsc