Azure RBAC for AKS Issues with Istio related resources
I have a AKS Cluster with Azure AD Integration and Azure RBAC Enabled . If I grant necessary permission to the Azure AD User basic things such as namespace , pod , deployment etc seem to be working as expected . But we use Istio in our clusters and have been having issues being able to grant an user to list istio resources such as istio virtual service , istio gateway etc.
I read an MS article and created a custom role to allow "Microsoft.ContainerService/managedClusters/*/read" , but even that dosent do the trick . Is there something I am missing or is there no way to make this work with Azure RBAC .
This seems to work if I import the Admin cred , but looking for a way to do this without being have to grant all of the users in our org admin rights on the cluster .