Skip to Content

Granting and Revoking Kubernetes Roles

Overview

Administrators can grant or revoke roles with Kubernetes API access permissions to users or user groups.

Granting Kubernetes Roles

Administrator > Kubernetes > K8s Access Control > Access Control

Administrator > Kubernetes > K8s Access Control > Access Control

  1. Navigate to Administrator > Kubernetes > K8s Access Control > Access Control menu.
  2. Select the user or user group to grant permissions to and navigate to the detail page.
Administrator > Kubernetes > K8s Access Control > Access Control > List Details

Administrator > Kubernetes > K8s Access Control > Access Control > List Details

  1. Click the + Grant Roles button on the right side of the Roles tab, check the checkbox on the left of the Role to grant, and specify the expiration date.
image-20240721-070449.png
  1. You can search by Role name.
  2. Checkboxes for already assigned roles will be disabled.
  3. The list displays the following information for each policy:
    1. Name : Role name
      • A new window link is provided to view the role information.
    2. Description : Detailed description of the Role
    3. Assigned Policies : Lists the assigned policies
  4. Expiration Date : The expiration date must be specified.
    • By default, it is set to one year from the time of configuration, and can be set up to a maximum of one year.
  5. Click the Grant button to assign the checked Role.
  6. (Clicking the Cancel button closes the modal without any changes.)

Revoking Kubernetes Roles

image-20240721-070526.png
  1. Navigate to Administrator > Kubernetes > K8s Access Control > Access Control menu.
  2. Select the user or user group to revoke permissions from and navigate to the detail page.
  3. In the Roles tab, check the select all or individual selection checkbox, then click the Revoke button that appears in the column bar.
image-20240721-070637.png
  1. When you click the Revoke button in the confirmation dialog, the selected role permissions are revoked from the user/group and removed from the list.
  2. (Clicking the Cancel button only closes the confirmation dialog.)

When a Role is revoked, all access permissions that were granted to users and groups through that role will be revoked.

Last updated on