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
Copy file name to clipboardExpand all lines: articles/aks/workload-identity-overview.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use an Azure AD workload identity on Azure Kubernetes Service (AKS)
3
3
description: Learn about Azure Active Directory workload identity for Azure Kubernetes Service (AKS) and how to migrate your application to authenticate using this identity.
4
4
ms.topic: article
5
5
ms.custom: build-2023
6
-
ms.date: 08/24/2023
6
+
ms.date: 09/03/2023
7
7
---
8
8
9
9
# Use Azure AD workload identity with Azure Kubernetes Service (AKS)
@@ -209,9 +209,10 @@ The following client libraries are the **minimum** version required.
209
209
210
210
## Limitations
211
211
212
-
- You can only have 20 federated identity credentials per managed identity.
212
+
- You can only have [20 federated identity credentials][general-federated-identity-credential-considerations] per managed identity.
213
213
- It takes a few seconds for the federated identity credential to be propagated after being initially added.
214
214
-[Virtual nodes][aks-virtual-nodes] add on, based on the open source project [Virtual Kubelet][virtual-kubelet], isn't supported.
215
+
- Creation of federated identity credentials is not supported on user-assigned managed identities in these [regions.][unsupported-regions-user-assigned-managed-identities]
215
216
216
217
## How it works
217
218
@@ -319,3 +320,5 @@ The following table summarizes our migration or deployment recommendations for w
0 commit comments