Skip to content

Commit 9bbd09b

Browse files
authored
Update use-oidc-issuer.md
1 parent b177817 commit 9bbd09b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/aks/use-oidc-issuer.md

Lines changed: 5 additions & 3 deletions
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: 02/29/2024
6+
ms.date: 03/04/2024
77
---
88

99
# Create an OpenID Connect provider on Azure Kubernetes Service (AKS)
@@ -19,8 +19,9 @@ 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.
22+
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.
2425
2526
## Prerequisites
2627

@@ -144,6 +145,7 @@ During key rotation, there's one other key present in the discovery document.
144145

145146
<!-- LINKS - internal -->
146147
[open-id-connect-overview]: ../active-directory/fundamentals/auth-oidc.md
148+
[sdk]: workload-identity-overview.md#azure-identity-client-libraries
147149
[azure-cli-install]: /cli/azure/install-azure-cli
148150
[az-aks-create]: /cli/azure/aks#az-aks-create
149151
[az-aks-update]: /cli/azure/aks#az-aks-update

0 commit comments

Comments
 (0)