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-14Lines changed: 5 additions & 14 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: 09/03/2023
6
+
ms.date: 09/13/2023
7
7
---
8
8
9
9
# Use Azure AD workload identity with Azure Kubernetes Service (AKS)
@@ -25,7 +25,7 @@ This article helps you understand this new authentication feature, and reviews t
25
25
26
26
In the Azure Identity client libraries, choose one of the following approaches:
27
27
28
-
- Use `DefaultAzureCredential`, which will attempt to use the `WorkloadIdentityCredential`.†
28
+
- Use `DefaultAzureCredential`, which will attempt to use the `WorkloadIdentityCredential`.
29
29
- Create a `ChainedTokenCredential` instance that includes `WorkloadIdentityCredential`.
30
30
- Use `WorkloadIdentityCredential` directly.
31
31
@@ -34,15 +34,13 @@ The following table provides the **minimum** package version required for each l
† In the C++ library, `WorkloadIdentityCredential` isn't part of the `DefaultAzureCredential` authentication flow.
44
-
45
-
In the following code samples, the credential type will use the environment variables injected by the Azure Workload Identity mutating webhook to authenticate with Azure Key Vault.
43
+
In the following code samples, `DefaultAzureCredential` is used. This credential type will use the environment variables injected by the Azure Workload Identity mutating webhook to authenticate with Azure Key Vault.
0 commit comments