Skip to content

Commit 94d5f9c

Browse files
authored
Remove pod identity content from TSG (#42754)
1 parent 6df5c84 commit 94d5f9c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

sdk/identity/azure-identity/TROUBLESHOOTING.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This troubleshooting guide covers failure investigation techniques, common error
1818
- [Troubleshoot ManagedIdentityCredential authentication issues](#troubleshoot-managedidentitycredential-authentication-issues)
1919
- [Azure Virtual Machine managed identity](#azure-virtual-machine-managed-identity)
2020
- [Azure App Service and Azure Functions managed identity](#azure-app-service-and-azure-functions-managed-identity)
21-
- [Azure Kubernetes Service managed identity](#azure-kubernetes-service-managed-identity)
2221
- [Troubleshoot VisualStudioCodeCredential authentication issues](#troubleshoot-visualstudiocodecredential-authentication-issues)
2322
- [Troubleshoot AzureCliCredential authentication issues](#troubleshoot-azureclicredential-authentication-issues)
2423
- [Troubleshoot AzureDeveloperCliCredential authentication issues](#troubleshoot-azuredeveloperclicredential-authentication-issues)
@@ -132,7 +131,6 @@ The `ManagedIdentityCredential` is designed to work on a variety of Azure hosts
132131
|---|---|---|
133132
|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)|
134133
|Azure Arc|[Configuration](https://learn.microsoft.com/azure/azure-arc/servers/managed-identity-authentication)||
135-
|Azure Kubernetes Service|[Configuration](https://azure.github.io/aad-pod-identity/docs/)|[Troubleshooting](#azure-kubernetes-service-managed-identity)|
136134
|Azure Service Fabric|[Configuration](https://learn.microsoft.com/azure/service-fabric/concepts-managed-identity)||
137135
|Azure Virtual Machines and Scale Sets|[Configuration](https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/qs-configure-portal-windows-vm)|[Troubleshooting](#azure-virtual-machine-managed-identity)|
138136

@@ -174,15 +172,6 @@ curl 'http://169.254.169.254/metadata/identity/oauth2/token?resource=https://man
174172

175173
> Note that the output of this command will contain a valid access token, and SHOULD NOT BE SHARED to avoid compromising account security.
176174
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)).
185-
186175
## Troubleshoot `VisualStudioCodeCredential` authentication issues
187176

188177
> **Applies to:** Version 1.24.0b1 and later

0 commit comments

Comments
 (0)