Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure.Core & Azure.Identity needs to be updated to support env vars #8094

Closed
2 tasks done
joshfree opened this issue Oct 21, 2019 · 2 comments
Closed
2 tasks done

Azure.Core & Azure.Identity needs to be updated to support env vars #8094

joshfree opened this issue Oct 21, 2019 · 2 comments
Assignees
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Milestone

Comments

@joshfree
Copy link
Member

joshfree commented Oct 21, 2019

The environment variables identified in https://github.com/Azure/azure-sdk/blob/master/_includes/tables/environment_variables.md such as

Environment Variable Purpose
Proxy Settings
HTTP_PROXY Proxy for HTTP connections
HTTPS_PROXY Proxy for HTTPS connections
NO_PROXY Hosts which must not use a proxy
Identity
MSI_ENDPOINT Azure AD MSI Credentials
MSI_SECRET Azure AD MSI Credentials
AZURE_SUBSCRIPTION_ID Azure subscription
AZURE_USERNAME Azure username for U/P Auth
AZURE_PASSWORD Azure password for U/P Auth
AZURE_CLIENT_CERTIFICATE_PATH Azure Active Directory
AZURE_CLIENT_ID Azure Active Directory
AZURE_CLIENT_SECRET Azure Active Directory
AZURE_TENANT_ID Azure Active Directory
AZURE_RESOURCE_GROUP Azure Resource Group
AZURE_CLOUD Name of the sovereign cloud
Pipeline Configuration
AZURE_TELEMETRY_DISABLED Disables telemetry
AZURE_LOG_LEVEL Enable logging by setting a log level.
AZURE_TRACING_DISABLED Disables tracing
AZURE_AUTHORITY_HOST Azure Active Directory
  • DefaultAzureCredential (ManagedIdentityCredential) - AZURE_CLIENT_ID

  • TokenCredentialOptions - AZURE_AUTHORITY_HOST

need to be reviewed, supported, and tested for our Azure.Core and Azure.Identity. There are at least some of these not currently properly supported, such as AZURE_CLOUD for example.

@joshfree joshfree added feature-request This issue requires a new behavior in the product in order be resolved. Client This issue points to a problem in the data-plane of the library. Azure.Identity labels Oct 21, 2019
@joshfree joshfree added this to the Sprint 162 milestone Oct 21, 2019
@joshfree
Copy link
Member Author

We will target this for the December preview.

/cc @ellismg

@joshfree
Copy link
Member Author

joshfree commented Oct 21, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
None yet
Development

No branches or pull requests

5 participants