Skip to content

Commit 3ddb984

Browse files
authored
Update workload-identity-migrate-from-pod-identity.md
1 parent cf5beb6 commit 3ddb984

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/workload-identity-migrate-from-pod-identity.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Modernize your Azure Kubernetes Service (AKS) application to use workload identity
33
description: In this Azure Kubernetes Service (AKS) article, you learn how to configure your Azure Kubernetes Service pod to authenticate with workload identity.
44
ms.topic: article
5-
ms.date: 03/01/2023
5+
ms.date: 04/03/2023
66
---
77

88
# Modernize application authentication with workload identity
@@ -113,6 +113,9 @@ az identity federated-credential create --name federatedIdentityName --identity-
113113
114114
## Deploy the workload with migration sidecar
115115

116+
> [!NOTE]
117+
> The migration sidecar is **not supported for production usage**. This feature was designed to give customers time to migrate there application SDK's to a supported version and not be a long running process.
118+
116119
If your application is using managed identity and still relies on IMDS to get an access token, you can use the workload identity migration sidecar to start migrating to workload identity. This sidecar is a migration solution and in the long-term applications, you should modify their code to use the latest Azure Identity SDKs that support client assertion.
117120

118121
To update or deploy the workload, add these pod annotations only if you want to use the migration sidecar. You inject the following [annotation][pod-annotations] values to use the sidecar in your pod specification:

0 commit comments

Comments
 (0)