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
ManagedIdentityCredential.GetToken() returns a credentialUnavailableError when IMDS returns a 400 response. credentialUnavailableError doesn't carry the raw response, preventing applications from programmatically inspecting it. The error type is correct--a 400 from IMDS mustn't be fatal when iterating a chain of credentials--but the response, if any, should be exposed to the application.
The text was updated successfully, but these errors were encountered:
ManagedIdentityCredential.GetToken()
returns acredentialUnavailableError
when IMDS returns a 400 response.credentialUnavailableError
doesn't carry the raw response, preventing applications from programmatically inspecting it. The error type is correct--a 400 from IMDS mustn't be fatal when iterating a chain of credentials--but the response, if any, should be exposed to the application.The text was updated successfully, but these errors were encountered: