Skip to content

Commit 9fa597d

Browse files
Merge pull request #225623 from miwithro/patch-197
Update workload-identity-overview.md
2 parents 5e1419a + 553fc28 commit 9fa597d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/workload-identity-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ If you've used [Azure AD pod-managed identity][use-azure-ad-pod-identity], think
9090

9191
### Pod labels
9292

93+
> [!NOTE]
94+
> For applications using Workload Identity it is now required to add the label 'azure.workload.identity/use: "true"' pod label in order for AKS to move Workload Identity to a "Fail Close" scenario before GA to provide a consistent and reliable behavior for pods that need to use workload identity.
95+
9396
|Label |Description |Recommended value |Required |
9497
|------|------------|------------------|---------|
9598
|`azure.workload.identity/use` | Represents the pod is to be used for workload identity. |true |Yes |
9699

97100
### Pod annotations
98101

99-
> [!NOTE]
100-
> For applications using Workload Identity it is now required to add the label 'azure.workload.identity/use: "true"' in the pod labels in order for AKS to move Workload Identity to a "Fail Close" scenario before GA to provide a consistent and reliable behavior for pods that need to use workload identity.
101-
102102
|Annotation |Description |Default |
103103
|-----------|------------|--------|
104104
|`azure.workload.identity/use` |Represents the service account<br> is to be used for workload identity. | |

0 commit comments

Comments
 (0)