diff --git a/docs/software-supply-chain-assurance/ssca-access-control.md b/docs/software-supply-chain-assurance/ssca-access-control.md index 4dcc9a78b36..43c1cd026f4 100644 --- a/docs/software-supply-chain-assurance/ssca-access-control.md +++ b/docs/software-supply-chain-assurance/ssca-access-control.md @@ -11,7 +11,7 @@ Harness's RBAC system enables you to precisely manage the user access to specifi ## RBAC for Remediation Tracker -The configuration of RBAC for the Remediation Tracker is possible at three levels: Account, Organization, and Project. +The configuration of RBAC for the Remediation Tracker is possible at three levels: Account, [Organization](/docs/software-supply-chain-assurance/ssca-access-control#organization), and [Project](/docs/software-supply-chain-assurance/ssca-access-control#project). ### Creating and Managing Roles @@ -20,14 +20,20 @@ Here's a guide to creating a role or managing permissions for the Remediation Tr 1. Navigate to **Account Settings** > **Access Control** > **Roles** within your Harness Account. + + + + 2. Add a new role or select an existing one to modify. -3. Within the role, select Supply Chain Security. This action will display the SCS Permissions. + + -![SCS RBAC](./static/ssca-rbac.png "SCS RBAC") +3. Within the role, select Supply Chain Assurance. This action will display the SCS Permissions. + The Remediation Tracker is governed by the following permissions: @@ -36,9 +42,13 @@ The Remediation Tracker is governed by the following permissions: * **Create/Edit**: Enables users to create new trackers and edit existing ones. * **Close:** Allows users to close any trackers. -For the Organization level, open the same account settings and proceed to **Organizations**. Choose your organization and under **Organization Level Access Control and Audit Trail**, select **Access Control**. Here, configure the roles and permissions at the organization level in a manner similar to the account level process. -To set roles and permissions at the Project level, navigate to the **Project** section from the module navigation bar, and select **Access Control**. Follow similar steps as above to establish the roles and permissions for the project level. +#### **Organization**: + +To configure roles and permissions at the organization level, open the Organization Settings. From the module navigation bar, select your desired organization, then choose **Access Control**. Here, you can configure the roles and permissions at the organization level, following a process similar to the one used at the account level + +#### **Project**: +To set roles and permissions at the Project level, open the Project Settings, and select **Access Control**. Follow similar steps as above to establish the roles and permissions for the project level. ### Creating and Managing Resource Groups @@ -49,6 +59,7 @@ Here's how you can create and manage resource groups for the remediation tracker 3. Set the "Resource Scope" accordinlgy if you are creating one. 4. Within the Resources, select Supply Chain Assurance. -![Resource groups](./static/resource-groups-remediation-tracker.png "Resource groups") + + For configuring at both the organization and project levels, the navigation process is similar to what was detailed in the previous section. \ No newline at end of file diff --git a/docs/software-supply-chain-assurance/static/access-control-permissions.png b/docs/software-supply-chain-assurance/static/access-control-permissions.png new file mode 100644 index 00000000000..5ea9a804131 Binary files /dev/null and b/docs/software-supply-chain-assurance/static/access-control-permissions.png differ diff --git a/docs/software-supply-chain-assurance/static/access-control-rbac.png b/docs/software-supply-chain-assurance/static/access-control-rbac.png new file mode 100644 index 00000000000..91d7b1a2296 Binary files /dev/null and b/docs/software-supply-chain-assurance/static/access-control-rbac.png differ diff --git a/docs/software-supply-chain-assurance/static/access-control-remediation.png b/docs/software-supply-chain-assurance/static/access-control-remediation.png new file mode 100644 index 00000000000..95628c3cd31 Binary files /dev/null and b/docs/software-supply-chain-assurance/static/access-control-remediation.png differ diff --git a/docs/software-supply-chain-assurance/static/sca-access-control.png b/docs/software-supply-chain-assurance/static/sca-access-control.png new file mode 100644 index 00000000000..563ef654824 Binary files /dev/null and b/docs/software-supply-chain-assurance/static/sca-access-control.png differ