Skip to content

Commit 4b72662

Browse files
committed
Improve wording
1 parent 00bb7bd commit 4b72662

File tree

3 files changed

+18
-25
lines changed

3 files changed

+18
-25
lines changed

src/content/docs/cloudflare-one/applications/scan-apps/casb-dlp.mdx

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,15 @@ pcx_content_type: concept
33
title: Scan for sensitive data
44
sidebar:
55
order: 3
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

1110
:::note
12-
13-
1411
Requires Cloudflare CASB and Cloudflare DLP.
15-
16-
1712
:::
1813

19-
You can use [Cloudflare Data Loss Prevention (DLP)](/cloudflare-one/policies/data-loss-prevention/) to discover if files stored in your SaaS application contain sensitive data.
20-
To perform DLP scans in a SaaS app, first configure a DLP profile with the data patterns you want to detect, then enable those profiles in a CASB integration.
14+
You can use [Cloudflare Data Loss Prevention (DLP)](/cloudflare-one/policies/data-loss-prevention/) to discover if files stored in a SaaS application contains sensitive data. To perform DLP scans in a SaaS app, first configure a [DLP profile](#configure-a-dlp-profile) with the data patterns you want to detect, then [add the profile](#enable-dlp-scans-in-casb) to a CASB integration.
2115

2216
## Supported integrations
2317

@@ -61,17 +55,17 @@ CASB will scan every publicly accessible file in the integration for text that m
6155

6256
If you enable a DLP profile from the **Manage integrations** page, CASB will only scan publicly accessible files that have had a modification event since enabling the DLP profile. Modification events include changes to the following attributes:
6357

64-
* Contents of the file
65-
* Name of the file
66-
* Visibility of the file (only if changed to publicly accessible)
67-
* Owner of the file
68-
* Location of the file (for example, moved to a different folder)
58+
- Contents of the file
59+
- Name of the file
60+
- Visibility of the file (only if changed to publicly accessible)
61+
- Owner of the file
62+
- Location of the file (for example, moved to a different folder)
6963

7064
In order to scan historical data, you must enable the DLP profile during the [integration setup flow](#add-a-new-integration).
7165

7266
## Limitations
7367

74-
DLP will only scan:
68+
DLP in CASB will only scan:
7569

76-
* [Text-based files](/cloudflare-one/policies/data-loss-prevention/#supported-file-types) such as documents, spreadsheets, and PDFs. Images are not supported.
77-
* Files 100 MB.
70+
- [Text-based files](/cloudflare-one/policies/data-loss-prevention/#supported-file-types) such as documents, spreadsheets, and PDFs. Images are not supported.
71+
- Files less than or equal 100 MB in size.

src/content/docs/cloudflare-one/applications/scan-apps/casb-integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 3
66
---
77

8-
You can integrate the following SaaS applications with Cloudflare CASB:
8+
You can integrate the following SaaS applications and cloud environments with Cloudflare CASB:
99

1010
- [Amazon Web Services (AWS) S3](/cloudflare-one/applications/scan-apps/casb-integrations/aws-s3/)
1111
- [Atlassian Confluence](/cloudflare-one/applications/scan-apps/casb-integrations/atlassian-confluence/)

src/content/docs/cloudflare-one/applications/scan-apps/troubleshooting.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pcx_content_type: troubleshooting
33
title: Troubleshoot integrations
44
sidebar:
55
order: 3
6-
76
---
87

9-
import { TabItem, Tabs } from "~/components"
8+
import { TabItem, Tabs } from "~/components";
109

1110
Cloudflare CASB detects when integrations are unhealthy or outdated.
1211

13-
Common integration issues include changes to SaaS app configurations, user access, or permission scope. Integrations may need to be updated to support new features or permissions.
12+
Common integration issues include changes to SaaS app or cloud environment configurations, user access, or permission scope. Integrations may need to be updated to support new features or permissions.
1413

1514
## Identify unhealthy or outdated integrations
1615

@@ -20,21 +19,21 @@ To identify unhealthy CASB integrations, go to **CASB** > **Integrations** or **
2019

2120
You can repair unhealthy CASB integrations through your list of integrations or findings.
2221

23-
<Tabs> <TabItem label="integrations">
22+
<Tabs> <TabItem label="Integrations">
2423

2524
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **CASB** > **Integrations**.
2625
2. Choose your unhealthy integration.
2726
3. Select **Reauthorize**.
28-
4. In your SaaS app, reauthorize your account.
27+
4. In your SaaS app or cloud environment, reauthorize your account.
2928

3029
</TabItem>
3130

32-
<TabItem label="findings">
31+
<TabItem label="Findings">
3332

3433
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **CASB** > **Findings**.
3534
2. Choose the finding highlighted in red. CASB will redirect you to the unhealthy integration.
3635
3. Select **Reauthorize**.
37-
4. In your SaaS app, reauthorize your account.
36+
4. In your SaaS app or cloud environment, reauthorize your account.
3837

3938
</TabItem> </Tabs>
4039

@@ -45,4 +44,4 @@ Upgrading an outdated integration will allow the integration to access new featu
4544
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **CASB** > **Integrations**.
4645
2. Choose your outdated integration.
4746
3. Select **Upgrade integration**.
48-
4. In your SaaS app, upgrade your app and reauthorize your account.
47+
4. In your SaaS app or cloud environment, upgrade your app and reauthorize your account.

0 commit comments

Comments
 (0)