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

[Identity] Added suport for AZURE_MANAGED_IDENTITY_CLIENT_ID #17311

Closed
wants to merge 1 commit into from

Conversation

sadasant
Copy link
Contributor

This PR makes it so the ManagedIdentityCredential can receive the Client ID from the environment variables.

This design has not been approved yet.

Fixes #8436

@sadasant sadasant requested a review from g2vinay August 27, 2021 16:20
@sadasant sadasant self-assigned this Aug 27, 2021
@ghost ghost added the Azure.Identity label Aug 27, 2021
@@ -4,6 +4,8 @@

### Features Added

- The `ManagedIdentityCredential` now suppports specifying the Client ID through the `AZURE_MANAGED_IDENTITY_CLIENT_ID` environment variable.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use AZURE_CLIENT_ID instead (DAC already does this in its options)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using AZURE_CLIENT_ID would be a breaking change. Let me send you an email that @g2vinay sent last week.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh - yes I remember it now.. Thanks!

@sadasant
Copy link
Contributor Author

sadasant commented Sep 15, 2021

Based on our emails, we’ve decided not to include this change. I’m closing this PR.

@sadasant sadasant closed this Sep 15, 2021
@sadasant sadasant deleted the identity/fix8436 branch September 15, 2021 17:34
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Jan 20, 2022
New Azure Virtual Network Manager API Version (Azure#17311)

* add base api to new version folder for reviewer reference

* add chenges for new api versiongit add .

* adding changes for new api version

* removing extra files left over from PR fix

* fixing xmsIdentifierValidation errors

* checks not running, changing text to retrigger

* checks not running, changing text to retrigger

* adding force delete and recursive delete parameters

* add missing x-mx-paramter-location attributes, and fix warnings

* adding force delete and recursive delete parameters

* adding force delete and recursive delete parameters

Co-authored-by: Jared Gorthy <jaredgorthy@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQ] Add support for AZURE_CLIENT_ID environment variable to ManagedIdentityCredential
2 participants