You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export AKS_OIDC_ISSUER=$(az aks show --resource-group "${AZURE_RESOURCE_GROUP}" \
123
-
--name "${CLUSTER_NAME}" \
124
-
--query "oidcIssuerProfile.issuerUrl" \
125
-
-o tsv)
126
-
127
119
export PRINCIPAL_ID=$(az identity show --name "ai-toolchain-operator-${CLUSTER_NAME}" \
128
120
--resource-group "${MC_RESOURCE_GROUP}" \
129
121
--query 'principalId' \
@@ -139,6 +131,12 @@ az role assignment create --role "Contributor" \
139
131
Create the federated identity credential between the managed identity, AKS OIDC issuer, and subject using the [az identity federated-credential create](https://learn.microsoft.com/en-us/cli/azure/identity/federated-credential?view=azure-cli-latest) command.
0 commit comments