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
We encountered a permissions issue during an Istio upgrade on a cluster connected to a Log Analytics Workspace. The issue occurred when a user without sufficient access right attempted the upgrade. Despite not actively trying to modify or interact with the workspace, it seems the upgrade process requires access to the workspace.
This behavior was unexpected, as we didn't anticipate that the workspace permissions would impact the Istio upgrade process.
Additional Context
The Log Analytic Workspace is a shared enterprise resource and reside in a separate resource group from the AKS cluster. This separation likely contributed to the permission issue, as the workspace has different access control from those in the AKS resource group.
Missing Permission
The missing permission was Microsoft.OperationalInsights/workspace/write, and the scope was the Log Analytics Workspace.
Steps to Reproduce
Initiate the AKS mesh upgrade to the desire ASM version: az aks mesh upgrade start --resource-group --name --revision asm-1-22
Note: Ensure your cluster has container insight enable
The text was updated successfully, but these errors were encountered:
We encountered a permissions issue during an Istio upgrade on a cluster connected to a Log Analytics Workspace. The issue occurred when a user without sufficient access right attempted the upgrade. Despite not actively trying to modify or interact with the workspace, it seems the upgrade process requires access to the workspace.
This behavior was unexpected, as we didn't anticipate that the workspace permissions would impact the Istio upgrade process.
Additional Context
The Log Analytic Workspace is a shared enterprise resource and reside in a separate resource group from the AKS cluster. This separation likely contributed to the permission issue, as the workspace has different access control from those in the AKS resource group.
Missing Permission
The missing permission was Microsoft.OperationalInsights/workspace/write, and the scope was the Log Analytics Workspace.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: