-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 #10931
Comments
Please follow up with @schaabs before implementing. |
Could I convince you not to force this environment variable to be used in Not sure if you'd prefer I file a ticket for this and I wasn't sure if this should be called a bug. |
The logic should be if the user provides a client id, then that would take precedence over the environment variable. Are you saying that is not happening? |
That's correct. This line of code is hard-coding the client_id parameter without checking if it's in azure-sdk-for-python/sdk/identity/azure-identity/azure/identity/_credentials/default.py Line 103 in c6388a0
|
Thanks, Would you like to file an issue for this? (I can if you'd like) |
sure I can give it a shot |
Sounds great. Thank you for doing that. |
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.
#8094
#9321
The text was updated successfully, but these errors were encountered: