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
+12-9Lines changed: 12 additions & 9 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 identities 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: 05/23/2023
6
+
ms.date: 08/18/2023
7
7
---
8
8
9
9
# Use Azure AD workload identity with Azure Kubernetes Service (AKS)
@@ -25,19 +25,22 @@ 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
32
32
The following table provides the **minimum** package version required for each language's client library.
33
33
34
-
| Language | Library | Minimum Version | Example |
| Go |[azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity)| 1.3.0 |[Link](https://github.com/Azure/azure-workload-identity/tree/main/examples/azure-identity/go)|
| C++ |[azure-identity-cpp](https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/identity/azure-identity/README.md)| 1.6.0-beta.1 | N/A |
38
+
| Go |[azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity)| 1.3.0 |[Link](https://github.com/Azure/azure-workload-identity/tree/main/examples/azure-identity/go)|
0 commit comments