[BUG] Not able to retrieve aks pod identity, identity not found #23290
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-author-feedback
Workflow: More information is needed from author to address the issue.
no-recent-activity
There has been no recent activity on this issue.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
When the .Net core app try to get the token on an aks pod we get the following exception:
But on the same pod when we execute the following code:
We got a correct answer with a valid token:
Also on our aad-pod-identity nmi the previous call generate the following entry:
But when we use the .Net Core implementation nothing react there.
Expected behavior
GetAccessToken() to be able to retrieve the token correctly.
To Reproduce
Use this implementation in an aks pod with aad-pod-identity handling pod identities.
Environment:
The text was updated successfully, but these errors were encountered: