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

Correct IMDS resource ID query parameter #43076

Closed
chlowell opened this issue Mar 28, 2024 · 1 comment
Closed

Correct IMDS resource ID query parameter #43076

chlowell opened this issue Mar 28, 2024 · 1 comment
Assignees
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.

Comments

@chlowell
Copy link
Member

Library name

Azure.Identity

Please describe the feature.

Specifying an identity by resource ID doesn't work on Azure Container Instances (and maybe some other platforms) because we specify the resource ID with query parameter "mi_res_id". ACI observes only "msi_res_id", which we should prefer anyway because although IMDS observes both parameters, it documents only msi_res_id. Related: Azure/azure-sdk-for-go#22650

@chlowell chlowell added Azure.Identity bug This issue requires a change to an existing behavior in the product in order to be resolved. labels Mar 28, 2024
@jsquire jsquire added Client This issue points to a problem in the data-plane of the library. and removed bug This issue requires a change to an existing behavior in the product in order to be resolved. labels Mar 28, 2024
@Azure Azure deleted a comment Mar 29, 2024
@christothes christothes moved this from Untriaged to Backlog in Azure Identity SDK Improvements Jun 11, 2024
@christothes
Copy link
Member

created an MSAL issue here

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.
Projects
Development

No branches or pull requests

3 participants