Entra sign-in works on the harbor AKS cluster, but every authenticated user is still effectively cluster-admin. What should the security engineer enable for authorization?
Select an answer to reveal the explanation.
Short Explanation
Entra tells AKS who you are; Azure RBAC for Kubernetes decides what you can do. Flip that authorization switch and hand out Reader/Writer/Admin roles—not a blanket cluster-admin for every badge.
Full Explanation
Authentication (Entra sign-in) establishes identity; authorization decides permissions inside the cluster. Enabling Azure RBAC for Kubernetes authorization lets administrators assign built-in Kubernetes Azure roles (for example Azure Kubernetes Service RBAC Reader, Writer, Admin, or Cluster Admin) at cluster or namespace scope. Returning to shared admin kubeconfigs or dumping raw RoleBinding YAML as the primary answer misses the managed Azure RBAC for Kubernetes model. Azure Reader on the resource alone does not grant Kubernetes API permissions.