Skip to content

Commit d0b740a

Browse files
authored
Remove pod identity content from TSG (#46534)
1 parent 0430046 commit d0b740a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sdk/identity/azure-identity/TROUBLESHOOTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ The `ManagedIdentityCredential` is designed to work on a variety of Azure hosts
130130
|---|---|---|
131131
|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)|
132132
|Azure Arc|[Configuration](https://learn.microsoft.com/azure/azure-arc/servers/managed-identity-authentication)||
133-
|Azure Kubernetes Service|[Configuration](https://azure.github.io/aad-pod-identity/docs/)|[Troubleshooting](#azure-kubernetes-service-managed-identity)|
134133
|Azure Service Fabric|[Configuration](https://learn.microsoft.com/azure/service-fabric/concepts-managed-identity)||
135134
|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)|
136135

@@ -168,14 +167,6 @@ curl 'http://169.254.169.254/metadata/identity/oauth2/token?resource=https://man
168167
```
169168
> Note that the output of this command will contain a valid access token and SHOULD NOT BE SHARED to avoid compromising account security.
170169
171-
### Azure Kubernetes Service Managed Identity
172-
#### Pod Identity for Kubernetes
173-
`CredentialUnavailableException`
174-
175-
| Error Message |Description| Mitigation |
176-
|---|---|---|
177-
|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)).|
178-
179170

180171
## Troubleshoot `AzureCliCredential` authentication issues
181172

0 commit comments

Comments
 (0)