Policies
Overview
Supports viewing, creating, modifying, and deleting access policies (Policy) for Kubernetes clusters managed by the organization. Policy is the first step in implementing and applying Kubernetes access permissions.

Administrator > Kubernetes > K8s Access Control > Policies
Viewing Policies

Administrator > Kubernetes > K8s Access Control > Policies > List Details
- Navigate to Administrator > Kubernetes > K8s Access Control > Policies menu.
- You can search by policy name using the search box in the top left of the table.
- You can refresh the Policy list using the refresh button in the top right of the table.
- The table provides the following column information:
- Name : Policy name
- Description : Detailed description of the Policy
- Created At : Date and time when the policy was first created
- Updated At : Date and time when the policy was last modified
- Updated By : Name of the administrator who performed the last update
- Click on each row to view policy detailed information.
- Detail

- This is the default tab where you can view the code defined by the policy.
- When on the Detail tab, there is a
Go to Editor Modebutton on the right side, and clicking it switches to the Code Editor page view. - Roles

- Lists the Roles to which the policy is assigned.
- The list displays the following information for each Role:
- Name : Role name
- Description : Detailed description of the Role
- Assigned At : Date and time when the policy was assigned to the Role
- Assigned By : Name of the administrator who assigned the policy to the Role
- Click on each row to view detailed information about the Role in a drawer format.

- Name : Role name
- Provides a link to the role detail page.
- Description : Detailed description of the Role
- Last Access At : Date and time of the last access for the role
- Created At : Date and time when the Role was created
- Created By : Name of the Role creator
- Updated At : Date and time when the Role was updated
- Updated By : Name of the last Role modifier
- Versions

- Lists the history for each version of the policy.
- Policy versions are updated when the Code is modified and saved.
- The list displays the following information for each version:
- Version : Version name
- Justification : Reason entered for the policy update
- Updated At : Date and time when the version was created
- Updated By : Name of the version modifier
- Click on each row to view detailed information about the version in a drawer format.

- (Title) : Policy name
- Version : Policy version
- Justification : Reason entered for the policy update
- Updated At : Date and time when the version was created
- Updated By : Name of the version modifier
- The policy code snapshot at that time is displayed at the bottom.
Creating a Policy

- Navigate to Administrator > Kubernetes > K8s Access Control > Policies menu.
- Click the
+ Create Policybutton in the top right. - Enter the following information for policy creation. (All information below is visible to users.)
- Name : Identifiable policy name (required)
- Description : Additional description of the policy
- Click the
OKbutton to create. - Click the newly created policy at the top of the policy list.
- Configure the policy by referring to the Setting Kubernetes Policies guide.
Modifying a Policy

- Navigate to Administrator > Kubernetes > K8s Access Control > Policies menu.
- Click on the Policy to modify from the list to navigate to the detail page.
- Click the
Editbutton in the top right of the screen to modify the following information.- Name : Identifiable policy name (required)
- Description : Additional description of the policy
- Click the
OKbutton to apply the modifications.
Duplicating a Policy

- Navigate to Administrator > Kubernetes > K8s Access Control > Policies menu.
- Click on the Policy to duplicate from the list to navigate to the detail page.
- Click the
Duplicatebutton in the top right of the screen to modify the duplicate’s information.- Name : Identifiable policy name (required)
- Description : Additional description of the policy
- Click the
OKbutton to apply the modifications. - Click the newly duplicated policy at the top of the policy list to view/modify.
Deleting a Policy

- Navigate to Administrator > Kubernetes > K8s Access Control > Policies menu.
- You can proceed with deletion in two ways:
- Delete from the 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 the detail page
- Click the
Deletebutton in the top right of the screen.
- Click the
- Delete from the list
- When a popup appears, click the
Deletebutton to delete.
When a Policy is deleted, it is automatically detached from the Kubernetes cluster resources and roles to which the policy was assigned.
Last updated on