You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/applications/casb/casb-integrations/gcp-cloud-storage.mdx
+35-95Lines changed: 35 additions & 95 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ import { Render } from "~/components";
16
16
17
17
## Integration prerequisites
18
18
19
-
- A GCP account using Cloud Storage
20
-
- For initial setup, access to the GCP account with permission to create a new IAM Role with the scopes listed below.
19
+
- A GCP account using Cloud Storage.
20
+
- For initial setup, access to the GCP account with permission to create a new Service Account with the scopes listed below.
21
21
22
22
## Integration permissions
23
23
@@ -30,14 +30,14 @@ These permissions follow the principle of least privilege to ensure that only th
30
30
31
31
## Compute account
32
32
33
-
You can connect an AWS compute account to your CASB integration to perform [Data Loss Prevention](/cloudflare-one/policies/data-loss-prevention/) scans within your S3 bucket and avoid data egress. CASB will scan any objects that exist in the bucket at the time of configuration.
33
+
You can connect an GCP compute account to your CASB integration to perform [Data Loss Prevention](/cloudflare-one/policies/data-loss-prevention/) scans within your Cloud Storage bucket and avoid data egress. CASB will scan any objects that exist in the bucket at the time of configuration.
34
34
35
35
### Add a compute account
36
36
37
-
To connect a compute account to your AWS integration:
37
+
To connect a compute account to your GCP integration:
38
38
39
39
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **CASB** > **Integrations**.
40
-
2. Find and select your AWS integration.
40
+
2. Find and select your GCP integration.
41
41
3. Select **Open connection instructions**.
42
42
4. Follow the instructions provided to connect a new compute account.
43
43
5. Select **Refresh**.
@@ -46,10 +46,10 @@ You can only connect one computer account to an integration. To remove a compute
46
46
47
47
### Configure compute account scanning
48
48
49
-
Once your AWS compute account has successfully connected to your CASB integration, you can configure where and how to scan for sensitive data:
49
+
Once your GCP compute account has successfully connected to your CASB integration, you can configure where and how to scan for sensitive data:
50
50
51
51
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **CASB** > **Integrations**.
52
-
2. Find and select your AWS integration.
52
+
2. Find and select your GCP integration.
53
53
3. Select **Create new configuration**.
54
54
4. In **Resources**, choose the buckets you want to scan. Select **Continue**.
55
55
5. Choose the file types, sampling percentage, and [DLP profiles](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/) to scan for.
@@ -59,100 +59,40 @@ Once your AWS compute account has successfully connected to your CASB integratio
59
59
60
60
CASB will take up to an hour to begin scanning. To view the scan results, go to **CASB** > **Content** > **Cloud**.
61
61
62
-
To manage your resources, go to **CASB** > **Integrations**, then find and select your AWS integration. From here, you can pause all or individual scans, add or remove resources, and change scan settings.
62
+
To manage your resources, go to **CASB** > **Integrations**, then find and select your GCP integration. From here, you can pause all or individual scans, add or remove resources, and change scan settings.
63
63
64
64
For more information, refer to [Content findings](/cloudflare-one/applications/casb/manage-findings/#content-findings).
0 commit comments