Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F/gcp bucket encryption #706

Merged
merged 2 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ This repository is an extension of CloudSploit's [open-source scanning engine](h
* [Bucket Logging](en/google/storage/bucket-logging.md)
* [Bucket Versioning](en/google/storage/bucket-versioning.md)
* [Storage Bucket All Users Policy](en/google/storage/storage-bucket-all-users-policy.md)
* [Bucket Encryption](en/google/storage/bucket-encryption.md)
* VPC Network
* [Default VPC In Use](en/google/vpcnetwork/default-vpc-in-use.md)
* [Excessive Firewall Rules](en/google/vpcnetwork/excessive-firewall-rules.md)
Expand Down
25 changes: 25 additions & 0 deletions en/google/storage/bucket-encryption.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com)

# GOOGLE / Storage / Bucket Encryption

## Quick Info

| | |
|-|-|
| **Plugin Title** | Bucket Encryption |
| **Cloud** | GOOGLE |
| **Category** | Storage |
| **Description** | Ensure that Cloud Storage buckets have encryption enabled using desired protection level. |
| **More Info** | By default, all storage buckets are encrypted using Google-managed keys. To have better control over how your storage bucktes are encrypted, you can use Customer-Managed Keys (CMKs). |
| **GOOGLE Link** | https://cloud.google.com/storage/docs/encryption/customer-managed-keys |
| **Recommended Action** | Ensure that all storage buckets have desired encryption level. |

## Detailed Remediation Steps
1. Log into the Google Cloud Platform Console.
2. Scroll down the left navigation panel and choose "Cloud Storage" to select the "Buckets" option. </br> <img src="/resources/google/storage/bucket-encryption/step2.png">
3. On the "Buckets" page, select the bucket which needs to be configured with the desire encryption level .</br> <img src="/resources/google/storage/bucket-encryption/step3.png"/>
4. Select the "CONFIGURATION" tab to access the configuration defined for selected bucket.</br> <img src="/resources/google/storage/bucket-encryption/step4.png"/>
5. Select on Encryption type and click on edit option. </br> <img src="/resources/google/storage/bucket-encryption/step5.png"/>
5. A popup panel will appear on screen.</br>
6. Select the desire encryption level want to set on selected bucket and then click "Save" </br> <img src="/resources/google/storage/bucket-encryption/step7.png"/>
7. Repeat steps number 4-6 to configure encryption of desire level to all other buckets in the project.</br>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.