-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[FEATURE REQ] Add support for AZURE_CLIENT_ID environment variable to ManagedIdentityCredential #10372
Comments
Please follow up with @schaabs before implementing. |
@jianghaolu @g2vinay please take a look this week and follow up. |
@schaabs - Had a comment about potentially not supporting this as an ENV, so please do sync with him. Thanks a lot, Jon |
yeah, from the discussion which happened last. |
I personally think we should support AZURE_CLIENT_ID env var for Managed Identity as I have 2 customer cases where they could have used it, but had to manually set it. They thought the env var would work because they used it in other Credentials, but it didn't. They wasted time researching and then more time coding a solution around it. The customer benefit is worth the effort IMO. |
I agree. Also we already rely on environment variables elsewhere like SharedTokenCacheCredential. Supporting this environment variable allows many users to use |
We discussed this offline today and will be moving this to next semester. |
Closing this issue, |
Library or service name.
Azure Identity
Is your feature request related to a problem? Please describe.
Developers need to be able to specify which AZURE_CLIENT_ID Managed Identity Credential with an environment variable.
#5967
#7117
The text was updated successfully, but these errors were encountered: