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
@@ -132,7 +131,6 @@ The `ManagedIdentityCredential` is designed to work on a variety of Azure hosts
132
131
|---|---|---|
133
132
|Azure App Service and Azure Functions|[Configuration](https://learn.microsoft.com/azure/app-service/overview-managed-identity)|[Troubleshooting](#azure-app-service-and-azure-functions-managed-identity)|
> Note that the output of this command will contain a valid access token, and SHOULD NOT BE SHARED to avoid compromising account security.
176
174
177
-
### Azure Kubernetes Service managed identity
178
-
179
-
#### Pod identity for Kubernetes
180
-
181
-
`CredentialUnavailableError`
182
-
| Error Message |Description| Mitigation |
183
-
|---|---|---|
184
-
|No managed identity endpoint found|The application attempted to authenticate before an identity was assigned to its pod|Verify the pod is labeled correctly. This also occurs when a correctly labeled pod authenticates before the identity is ready. To prevent initialization races, configure NMI to set the Retry-After header in its responses (see [Pod Identity documentation](https://azure.github.io/aad-pod-identity/docs/configure/feature_flags/#set-retry-after-header-in-nmi-response)).
0 commit comments