Skip to content

Commit b177817

Browse files
authored
Update use-oidc-issuer.md
1 parent 18938ee commit b177817

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/use-oidc-issuer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create an OpenID Connect provider for your Azure Kubernetes Service (AKS)
33
description: Learn how to configure the OpenID Connect (OIDC) provider for a cluster in Azure Kubernetes Service (AKS)
44
ms.topic: article
55
ms.custom: devx-track-azurecli
6-
ms.date: 11/10/2023
6+
ms.date: 02/29/2024
77
---
88

99
# Create an OpenID Connect provider on Azure Kubernetes Service (AKS)
@@ -19,6 +19,8 @@ In this article, you learn how to create, update, and manage the OIDC Issuer for
1919

2020
> [!IMPORTANT]
2121
> After enabling OIDC issuer on the cluster, it's not supported to disable it.
22+
>
23+
> The token needs to be refreshed periodically. If you use SDK, the rotation is automatic, otherwise, you need to refresh the token every 24 hours manually.
2224
2325
## Prerequisites
2426

0 commit comments

Comments
 (0)