Skip to content

Commit

Permalink
Fix failures (kubernetes-sigs#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjanr authored Feb 23, 2024
1 parent 013c691 commit 83d0d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/azure/Permissions/Azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Name AppId
-------------------------------- ------------------------------------
cloud-provisioner 7cf3ce06-2689-4c17-b2da-09df11fb725b
cloud-provisioner-restricted e979a59d-ba11-4fcc-b174-64cfab548943 (spec.credentials.client_id)
cloud-provisioner-restricted-aks e3b6e5b9-e729-4612-a3cf-4bda74c240c4 (spec.credentials.client_id)
cloud-provisioner-restricted e979a59d-ba11-4fcc-b174-64cfab548943
cloud-provisioner-restricted-aks e3b6e5b9-e729-4612-a3cf-4bda74c240c4

❯ az role assignment list --all --assignee 7cf3ce06-2689-4c17-b2da-09df11fb725b --query "[].{Principal:principalName, Role:roleDefinitionName, Scope:scope}" --output table
Principal Role Scope
Expand Down Expand Up @@ -108,7 +108,7 @@ cloud-provisioner-restricted-aks <--- capz-role-restricted-aks <--- /subscrip
Azure Unmanaged <--- cloud-provisioner-resticted <--- capz-role-restricted (spec.credentials.client_id)
<--- capz-controlplane (spec.security.control_plane_identity)
<--- capz-agentpool (spec.security.nodes_identity)
<--- capz-agentpool-restricted (spec.security.nodes_identity)
Azure Managed <--- cloud-provisioner-resticted-aks <--- capz-role-restricted-aks (spec.credentials.client_id)
<--- capz-test-controlplane (spec.security.control_plane_identity)
Expand Down

0 comments on commit 83d0d72

Please sign in to comment.