Skip to main content

lacework-global-299

2.15 Ensure 'Access Approval' is 'Enabled' (Manual)

note

This rule has been changed to manual, see Manual Policies for CIS GCP 1.3.0 for details.

Profile Applicability

• Level 2

Description

GCP Access Approval enables you to require your organizations' explicit approval whenever Google support try to access your projects. You can then select users within your organization who can approve these requests through giving them a security role in Identity and Access Management (IAM). All access request display which Google Employee requested them in an email or Pub/Sub message that you can choose to Approve. This adds an additional control and logging of who in your organization approved/denied these requests.

Rationale

Controlling access to your information is one of the foundations of information security. Google Employees do have access to your organizations' projects for support reasons. With Access Approval, organizations can then be certain that their information is accessed by only approved Google Personnel.

Impact

To use Access Approval your organization will need have enabled Access Transparency and have at one of the following support level: Enhanced or Premium. There will be subscription costs associated with these support levels, as well as increased storage costs for storing the logs. You will also not be able to turn the Access Transparency which Access Approval depends on, off yourself. To do so you will need to submit a service request to Google Cloud Support. There will also be additional overhead in managing user permissions. There may also be a potential delay in support times as Google Personnel will have to wait for their access to be approved.

Audit

From Console:

Determine if Access Transparency is Enabled as it is a Dependency

  1. From the Google Cloud Home inside the project you wish to audit, click on the Navigation hamburger menu in the top left. Hover over the IAM & Admin Menu. Select settings in the middle of the column that opens.

  2. The status should be "Enabled' under the heading Access Transparency

Determine if Access Approval is Enabled

  1. From the Google Cloud Home, within the project you wish to check, click on the Navigation hamburger menu in the top left. Hover over the Security Menu. Select Access Approval in the middle of the column that opens.

  2. The status will be displayed here. If you see a screen saying you need to enroll in Access Approval, it is not enabled.

From CLI:

Determine if Access Approval is Enabled

  1. From within the project you wish to audit, run the following command.
gcloud access-approval settings get
  1. The status will be displayed in the output.

Remediation

From Console:

  1. From the Google Cloud Home, within the project you wish to enable, click the Navigation hamburger menu in the top left. Hover over the Security Menu. Select Access Approval in the middle of the column that opens.

  2. View the status here. On this screen, there is an option to click Enroll. If it is unavailable and you see an error bar at the top of the screen that says Access Transparency is not enabled please view the corresponding reference within this section to enable it.

  3. In the second screen click Enroll.

Grant an IAM Group or User the role with permissions to Add Users to be Access Approval message Recipients

  1. From the Google Cloud Home, within the project you wish to enable, click the Navigation hamburger menu in the top left. Hover over the IAM and Admin. Select IAM in the middle of the column that opens.

  2. Click the blue button the says + Add at the top of the screen.

  3. In the principals field, select a user or group by typing in their associated email address.

  4. Click the role field to expand it. In the filter field enter Access Approval Approver and select it.

  5. Click save.

Add a Group or User as an Approver for Access Approval Requests

  1. As a user with the Access Approval Approver permission, within the project where you wish to add an email address for sending requests, click the Navigation hamburger menu in the top left. Hover over the Security Menu. Select Access Approval in the middle of the column that opens.

  2. Click Manage Settings.

  3. Under Set up approval notifications, enter the email address associated with a Google Cloud User or Group you wish to send Access Approval requests to. Access approvals are now sent as emails to this address.

From CLI:

  1. To update all services in an entire project, run the following command from an account that has permissions as an 'Approver for Access Approval Requests':
gcloud access-approval settings update --project=<project name> --enrolled_services=all --notification_emails='<email recipient for access approval requests>@<domain name>'

References

https://cloud.google.com/cloud-provider-access-management/access-approval/docs
https://cloud.google.com/cloud-provider-access-management/access-approval/docs/overview
https://cloud.google.com/cloud-provider-access-management/access-approval/docs/quickstart-custom-key
https://cloud.google.com/cloud-provider-access-management/access-approval/docs/supported-services
https://cloud.google.com/cloud-provider-access-management/access-approval/docs/view-historical-requests

Additional Information

The recipients of Access Requests also need to log in to a Google Cloud account associated with an email address in this list. To approve requests they can click approve within the email. Or they can view requests at the the Access Approval page within the Security sub-menu.