Skip to content

Commit 0695824

Browse files
committed
Fix alert
1 parent d513162 commit 0695824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AKS-Arc/kubernetes-rbac-local.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Control access using Microsoft Entra ID and Kubernetes RBAC in AKS enable
33
description: Learn how to use Microsoft Entra group membership to restrict access to cluster resources using Kubernetes role-based access control (Kubernetes RBAC) in AKS Arc.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.lastreviewed: 07/26/2024
6+
ms.lastreviewed: 06/17/2025
77
ms.reviewer: abha
88
ms.topic: how-to
99
ms.custom:
1010
- devx-track-azurecli
11-
ms.date: 07/26/2024
11+
ms.date: 06/17/2025
1212

1313
# Intent: As an IT Pro, I need to learn how to enable Kubernetes role-based access control so that I can manage access to resources.
1414
# Keyword: Kubernetes role-based access control
@@ -34,8 +34,8 @@ Before you set up Kubernetes RBAC using Microsoft Entra ID, you must have the fo
3434
- To access the Kubernetes cluster directly using the `az aksarc get-credentials` command, you need the **Microsoft.HybridContainerService/provisionedClusterInstances/listUserKubeconfig/action**, which is included in the **Azure Kubernetes Service Arc Cluster User** role permissions
3535
- To access the Kubernetes cluster from anywhere with a proxy mode using `az connectedk8s proxy` command, you need the **Microsoft.Kubernetes/connectedClusters/listClusterUserCredential/action**, which is included in **Azure Arc-enabled Kubernetes Cluster User** role permission. Meanwhile, you need to verify that the agents and the machine performing the onboarding process meet the network requirements in [Azure Arc-enabled Kubernetes network requirements](/azure/azure-arc/kubernetes/network-requirements?tabs=azure-cloud#details).
3636

37-
[Note!]
38-
When using **kubelogin version 1.9.0** with Microsoft Entra authentication and Kubernetes RBAC in AKS on Azure Local, you may encounter Entra authentication prompts for each command execution. For a solution to this known issue, refer to the section [Entra authentication is requested when running kubectl with Kubernetes RBAC]().
37+
> [!NOTE]
38+
> When you use **kubelogin version 1.9.0** with Microsoft Entra authentication and Kubernetes RBAC in AKS on Azure Local, you might encounter Entra authentication prompts for each command you run. For a solution to this known issue, see [Troubleshoot Entra authentication prompts when running kubectl with Kubernetes RBAC](entra-prompts.md).
3939
4040
## Optional first steps
4141

0 commit comments

Comments
 (0)