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 #39458

Open
chlowell opened this issue Mar 28, 2024 · 0 comments
Open

Correct IMDS resource ID query parameter #39458

chlowell opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels
Azure.Identity bug This issue requires a change to an existing behavior in the product in order to be resolved.

Comments

@chlowell
Copy link
Contributor

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 bug This issue requires a change to an existing behavior in the product in order to be resolved. Azure.Identity labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Identity bug This issue requires a change to an existing behavior in the product in order to be resolved.
Projects
Status: Untriaged
Development

No branches or pull requests

3 participants