Skip to content

Commit 5ef2e7c

Browse files
Merge pull request #267650 from CocoWang-wql/patch-57
Update use-oidc-issuer.md
2 parents 1b55885 + 9bbd09b commit 5ef2e7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/aks/use-oidc-issuer.md

Lines changed: 5 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: 03/04/2024
77
---
88

99
# Create an OpenID Connect provider on Azure Kubernetes Service (AKS)
@@ -20,6 +20,9 @@ In this article, you learn how to create, update, and manage the OIDC Issuer for
2020
> [!IMPORTANT]
2121
> After enabling OIDC issuer on the cluster, it's not supported to disable it.
2222
23+
> [!IMPORTANT]
24+
> The token needs to be refreshed periodically. If you use [SDK][sdk], the rotation is automatic, otherwise, you need to refresh the token every 24 hours manually.
25+
2326
## Prerequisites
2427

2528
* The Azure CLI version 2.42.0 or higher. Run `az --version` to find your version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
@@ -142,6 +145,7 @@ During key rotation, there's one other key present in the discovery document.
142145

143146
<!-- LINKS - internal -->
144147
[open-id-connect-overview]: ../active-directory/fundamentals/auth-oidc.md
148+
[sdk]: workload-identity-overview.md#azure-identity-client-libraries
145149
[azure-cli-install]: /cli/azure/install-azure-cli
146150
[az-aks-create]: /cli/azure/aks#az-aks-create
147151
[az-aks-update]: /cli/azure/aks#az-aks-update

0 commit comments

Comments
 (0)