sparse-intern-71089
07/20/2020, 12:15 PMbetter-rainbow-14549
07/20/2020, 12:49 PMconst acrRole = new azure.authorization.Assignment(`Cluster-${args.Name}-ACR-Role`, {
principalId: ClusterServicePrincipal.id,
scope: ContainerRegistry.id,
roleDefinitionName: "AcrPull"
});
i believe all it does is this -- grants AcrPull against the cluster's Service Principalbetter-rainbow-14549
07/20/2020, 12:49 PMwooden-branch-26004
07/20/2020, 5:09 PMwooden-branch-26004
07/21/2020, 9:36 AMService Principal
assigned. I'm using system-assigned managed identity
.better-rainbow-14549
07/21/2020, 10:45 AMwooden-branch-26004
07/21/2020, 1:59 PMacr
when you create a cluster. I need to check. Thanks!better-rainbow-14549
07/21/2020, 2:07 PMbetter-rainbow-14549
07/21/2020, 2:07 PMbetter-rainbow-14549
07/21/2020, 2:07 PMwooden-branch-26004
07/21/2020, 2:42 PM