From a58cd722f7eeb6f0caf444702e9106789b79bc40 Mon Sep 17 00:00:00 2001 From: Binbin Li Date: Wed, 17 Apr 2024 05:51:05 +0000 Subject: [PATCH] docs: update aks oidc setup doc --- docs/design/Azure Kubernetes Workload Identity AuthProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/Azure Kubernetes Workload Identity AuthProvider.md b/docs/design/Azure Kubernetes Workload Identity AuthProvider.md index 90836b038..6c0ffa63c 100644 --- a/docs/design/Azure Kubernetes Workload Identity AuthProvider.md +++ b/docs/design/Azure Kubernetes Workload Identity AuthProvider.md @@ -19,7 +19,7 @@ User would need to follow instructions [here](https://azure.github.io/azure-work The official steps for setting up Workload Identity on AKS can be found [here](https://azure.github.io/azure-workload-identity/docs/quick-start.html). 1. Create ACR -2. Create OIDC enabled AKS cluster by follow steps [here](https://docs.microsoft.com/en-us/azure/aks/cluster-configuration#oidc-issuer-preview) +2. Create OIDC enabled AKS cluster by follow steps [here](https://learn.microsoft.com/en-us/azure/aks/use-oidc-issuer#create-an-aks-cluster-with-oidc-issuer) 3. Save the cluster's OIDC URL: `az aks show --resource-group --name --query "oidcIssuerProfile.issuerUrl" -otsv` 4. Install Mutating Admission Webhook onto AKS cluster by following steps [here](https://azure.github.io/azure-workload-identity/docs/installation/mutating-admission-webhook.html) 5. As the guide linked above shows, it's possible to use the AZ workload identity CLI or the regular az CLI to perform remaining setup. Following steps follow the AZ CLI.