Roles
Overview
Supports viewing, creating, modifying, and deleting roles (Role) according to access permissions for Kubernetes clusters managed by the organization. Role is the step after Policy for implementing and applying Kubernetes access permissions, meaning a collection of Policies and permissions that serve as a link between users/groups and policies.

Administrator > Kubernetes > K8s Access Control > Roles
Viewing Roles

Administrator > Kubernetes > K8s Access Control > Roles > List Details
- Navigate to Administrator > Kubernetes > K8s Access Control > Roles menu.
 - You can search by role name using the search box in the top left of the table.
 - You can refresh the Role list using the refresh button in the top right of the table.
 - The table provides the following column information:
- Name : Role name
 - Description : Role detailed description
 - Last Access At : Last call date and time for the role
 - Created At : Role initial creation date and time
 - Updated At : Role last modification date and time
 - Updated By : Administrator name who performed the last update
 
 - Click on each row to view role detailed information.
- Policies
 - This is the default tab where you can view the list of assigned policies.
 - The table list exposes the following information for each policy:
- Name : Policy name
 - Description : Policy detailed description
 - Version : Policy version
 - Assigned At : Assignment date and time
 - Assigned By : Administrator name who assigned the policy
 
 - Click on each policy row to provide detailed information about the policy in drawer format.
- Basic information is exposed at the top as follows:
- Name  : Policy name
- You can open the policy detailed page link in a new window.
 
 - Description : Policy detailed description
 - Version : Policy version
 - Assigned At : Assignment date and time
 - Assigned By : Administrator name who assigned the policy
 
 - Name  : Policy name
 - The policy is exposed as code at the bottom.
 
 - Basic information is exposed at the top as follows:
 - Users/Groups
- Lists the user/group list where the Role is granted.
 - You can search by user/group name.
 - The list exposes the following information for each user/group:
- User Type : User/group type
 - Name : User/group name
 - Last Access At : Last call date and time for the user/group
 - Expiration Date : Expiration date
 - Granted At : Date and time when the Role was granted to the user/group
 
 
 - Clusters
- Lists the Kubernetes cluster list accessible through the Role.
 - You can search by cluster name.
 - The list exposes the following information for each cluster:
- Name : Cluster name
 - Version : Kubernetes version
 - API URL : Cluster API URL
 - Cloud Provider : Connected platform (displayed as hyphen for manual clusters)
 - Tags : List of tags attached to the cluster
 - Created At : Cluster initial creation date and time
 - Updated At : Cluster last modification date and time
 
 
 
 
Creating Roles

- Navigate to Administrator > Kubernetes > K8s Access Control > Roles menu.
 - Click the 
+ Create Rolebutton in the top right. - Enter the following information for role creation. (All information below is exposed to users.)
- Name : Identifiable role name (required)
 - Description : Additional description of the role
 
 - Click the 
Savebutton to create. - Click the newly created role at the top of the role list.
 - Set policies by referring to the Kubernetes role setting guide.
 
Modifying Roles

- Navigate to Administrator > Kubernetes > K8s Access Control > Roles menu.
 - Click on the Role to modify from the list to move to the detailed page.
 - Click the 
Editbutton in the top right of the screen to modify the following information.- Name : Identifiable role name (required)
 - Description : Additional description of the role
 
 - Click the 
Savebutton to apply the modifications. 
Deleting Roles

- Navigate to Administrator > Kubernetes > K8s Access Control > Roles menu.
 - You can proceed with the deletion step in two ways:
- Delete from list
- Check the checkbox on the left of the target policy to delete in the table.
 - Click the 
Deletebutton that appears in the table column line. 
 - Delete from detailed page
- Click the 
Deletebutton in the top right of the screen. 
 - Click the 
 
 - Delete from list
 - When a popup appears, click the 
Deletebutton to proceed with deletion. 
When deleting a Role, permissions are revoked from users and groups where the role was granted.
Last updated on