Skip to content

Commit 41ee4a0

Browse files
Merge pull request #223147 from tomkerkhove/patch-10
fix(aks): Provide doc on azure.workload.identity/use label for pods
2 parents 75226d0 + 0967bc3 commit 41ee4a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/aks/workload-identity-overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ If you've used [Azure AD pod-managed identity][use-azure-ad-pod-identity], think
8888
|`azure.workload.identity/tenant-id` |Represents the Azure tenant ID where the<br> Azure AD application is registered. |AZURE_TENANT_ID environment variable extracted<br> from `azure-wi-webhook-config` ConfigMap.|
8989
|`azure.workload.identity/service-account-token-expiration` |Represents the `expirationSeconds` field for the<br> projected service account token. It's an optional field that you configure to prevent downtime<br> caused by errors during service account token refresh. Kubernetes service account token expiry isn't correlated with Azure AD tokens. Azure AD tokens expire in 24 hours after they're issued. |3600<br> Supported range is 3600-86400.|
9090

91+
### Pod labels
92+
93+
|Label |Description |Recommended value |Required |
94+
|------|------------|------------------|---------|
95+
|`azure.workload.identity/use` | Represents the pod is to be used for workload identity. |true |Yes |
96+
9197
### Pod annotations
9298

9399
|Annotation |Description |Default |

0 commit comments

Comments
 (0)