You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: