Skip to content

Commit 3ce3add

Browse files
authored
Update workload-identity-overview.md
1 parent f64b6dc commit 3ce3add

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/aks/workload-identity-overview.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use an Azure AD workload identities (preview) on Azure Kubernetes Service (AKS)
33
description: Learn about Azure Active Directory workload identity (preview) for Azure Kubernetes Service (AKS) and how to migrate your application to authenticate using this identity.
44
ms.topic: article
5-
ms.date: 03/14/2023
5+
ms.date: 03/27/2023
66

77
---
88

@@ -72,12 +72,6 @@ Azure AD workload identity supports the following mappings related to a service
7272
7373
If you've used [Azure AD pod-managed identity][use-azure-ad-pod-identity], think of a service account as an Azure Identity, except a service account is part of the core Kubernetes API, rather than a [Custom Resource Definition][custom-resource-definition] (CRD). The following describes a list of available labels and annotations that can be used to configure the behavior when exchanging the service account token for an Azure AD access token.
7474

75-
### Service account labels
76-
77-
|Label |Description |Recommended value |Required |
78-
|------|------------|------------------|---------|
79-
|`azure.workload.identity/use` |Represents the service account<br> is to be used for workload identity. |true |Yes |
80-
8175
### Service account annotations
8276

8377
|Annotation |Description |Default |

0 commit comments

Comments
 (0)