-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Azure.Identity Question #32498
Comments
Thank you for your feedback. Tagging and routing to the team member best able to assist. |
We hit the same issue, for us it manifested as this error:
|
The newer version 1.8.1 has not fixed the issue. We have the same exception after upgrading to v1.8.1.
|
@jsquire @schaabs @christothes The error comes out in a different place:
With 1.8.1:
|
Hi @karataliu - This is fixed in the PR referenced above so it will be in the next version of the package. |
@christothes when will the next version with the fix be released? |
@christothes could you please suggest which PR do you mean? Is it #33544 ? |
I think there might be several different issues here, as I'm pretty sure the following line fixes the one we ran into ( |
FYI this is fixed in |
Library name and version
Azure.Identity 1.8.0
Query/Question
I am able to use v1.7.0 of Azure.Identity with no problems. My situation is I have an AKS cluster using pod identity which is configured to a user assigned managed identity. I use the Microsoft.Extensions.Azure library to configure all of my Azure clients such as Blob client, ServiceBus client, etc.
While using v1.7.0, occasionally my application may attempt to bootstrap before the identity is available to the pod to use and gets the occasional error only during startup which is fine because the pod won't be considered ready until it successfully starts.
However, with v1.8.0 I get stuck in an infinite error state and get stuck with millions of logged failures that look like the following:
ManagedIdentityCredential authentication failed: The json containing instance metadata does not contain details about the authority in use: login.microsoftonline.us. See https://aka.ms/msal-net-custom-instance-metadata for more details. See the troubleshooting guide for more information. https://aka.ms/azsdk/net/identity/managedidentitycredential/troubleshoot The json containing instance metadata does not contain details about the authority in use: login.microsoftonline.us. See https://aka.ms/msal-net-custom-instance-metadata for more details.
The links are of no help. I'm not sure what changed between 1.7.0 and 1.8.0, but could someone please explain what was changed and why this may be occurring?
Environment
No response
The text was updated successfully, but these errors were encountered: