File size: 1,269 Bytes
76d9c4f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
title: Access control
version: EN
---
<img style={{ borderRadius: '0.5rem' }}
src="/images/clusters/access/1_access.png"
/>
Under **Access Control**, you can grant, manage, and retrieve access to shared clusters. 
#### (1) Grant access
Click **Grant access** and define the following parameters.
<img style={{ borderRadius: '0.5rem' }}
src="/images/clusters/access/2_grant.png"
/>
* **Organization name** โ Name of the Organization that you want to cluster with. 
* **Kubernetes namespace** โ [๐ Kubernetes namespaces](https://www.aquasec.com/cloud-native-academy/kubernetes-101/kubernetes-namespace/) separate a cluster into logical units. It helps granularly organize, allocate, manage, and secure cluster resources. If you are using a naming convention like `group-subgroup`, use a namespace `subgroup`. 
* **Node** โ Select the nodes to share by clicking the checkbox. 
#### (2) Edit access
Click **Edit** to edit access to certain nodes. 
<img style={{ borderRadius: '0.5rem' }}
src="/images/clusters/access/3_edit.gif"
/>
#### (3) Revoke access
Click **Revoke** to remove the organization from accessing the clusters.
<img style={{ borderRadius: '0.5rem' }}
src="/images/clusters/access/4_revoke.gif"
/>
|