Skip to content

Commit 8dfa67e

Browse files
committed
add intermediate section
1 parent f2b4686 commit 8dfa67e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/docs/how-tos/configure-azure-rbac.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,23 @@ Before you begin, ensure you have the following:
2727
- **Azure Subscription**: Access to an Azure subscription where you can create resources.
2828
- **AKS Cluster**: An existing Nebari Azure deployment.
2929

30-
In this guide we will be using the Azure CLI to perform most of the operations. Instructions on how to perform the same operations using the Azure Portal can be found in the [Azure RBAC documentation](https://docs.microsoft.com/azure/role-based-access-control/overview) alongside links for installing the Azure CLI.
30+
In this guide we will be using the Azure CLI to perform most of the operations.
31+
Instructions on how to perform the same operations using the Azure Portal can be found
32+
in the [Azure RBAC
33+
documentation](https://docs.microsoft.com/azure/role-based-access-control/overview)
34+
alongside links for installing the Azure CLI.
35+
36+
## Configure Azure RBAC for Nebari
37+
38+
To enable Azure RBAC for Nebari, you need to create an Azure AD group to serve as the
39+
admin group for the AKS cluster. This group will have full administrative permissions on
40+
the cluster and related resources.
41+
42+
You will then update the Nebari configuration to integrate Azure RBAC settings and
43+
deploy the updated configuration.
44+
45+
We will also demonstrate how to test access using additional groups and role
46+
assignments.
3147

3248
### Step 1: Create an Admin Group
3349

0 commit comments

Comments
 (0)