Skip to content

Commit a24b5b5

Browse files
authored
[CF1] Revamp: CASB migration (#26042)
1 parent cc92149 commit a24b5b5

File tree

79 files changed

+181
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+181
-134
lines changed

public/__redirects

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,6 +2401,11 @@
24012401
/cloudflare-one/applications/configure-apps/* /cloudflare-one/access-controls/applications/http-apps/:splat 301
24022402
/cloudflare-one/applications/non-http/* /cloudflare-one/access-controls/applications/non-http/:splat 301
24032403
/cloudflare-one/identity/devices/* /cloudflare-one/reusable-components/posture-checks/:splat 301
2404+
/cloudflare-one/applications/casb/casb-integrations/* /cloudflare-one/integrations/cloud-and-saas/:splat 301
2405+
/cloudflare-one/applications/casb/troubleshooting/* /cloudflare-one/integrations/cloud-and-saas/troubleshooting/:splat 301
2406+
/cloudflare-one/applications/casb/ /cloudflare-one/cloud-and-saas-findings/ 301
2407+
/cloudflare-one/applications/casb/manage-findings/ /cloudflare-one/cloud-and-saas-findings/manage-findings/ 301
2408+
/cloudflare-one/applications/casb/casb-dlp/ /cloudflare-one/cloud-and-saas-findings/casb-dlp/ 301
24042409

24052410
# Learning paths
24062411

src/content/changelog/casb/2024-11-22-cloud-data-extraction-aws.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ import { Render } from "~/components";
88

99
You can now use CASB to find security misconfigurations in your AWS cloud environment using [Data Loss Prevention](/cloudflare-one/data-loss-prevention/).
1010

11-
You can also [connect your AWS compute account](/cloudflare-one/applications/casb/casb-integrations/aws-s3/#compute-account) to extract and scan your S3 buckets for sensitive data while avoiding egress fees. CASB will scan any objects that exist in the bucket at the time of configuration.
11+
You can also [connect your AWS compute account](/cloudflare-one/integrations/cloud-and-saas/aws-s3/#compute-account) to extract and scan your S3 buckets for sensitive data while avoiding egress fees. CASB will scan any objects that exist in the bucket at the time of configuration.
1212

1313
<Render file="casb/aws-compute-account" product="cloudflare-one" />

src/content/changelog/casb/2025-08-26-casb-ai-integrations.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ date: 2025-08-26 16:00:00 UTC
1111
![Cloudflare CASB showing selection of new findings for ChatGPT, Claude, and Gemini integrations.](~/assets/images/casb/changelog/casb-ai-integrations-preview.png)
1212

1313
### Key capabilities
14-
- **Agentless connections** — connect ChatGPT, Claude, and Gemini tenants via API; no endpoint software required
15-
- **Posture management** — detect insecure settings and misconfigurations that could lead to data exposure
16-
- **DLP detection** — identify sensitive data in uploaded chat attachments or files
17-
- **GenAI-specific insights** — surface risks unique to each provider’s capabilities
14+
15+
- **Agentless connections** — connect ChatGPT, Claude, and Gemini tenants via API; no endpoint software required
16+
- **Posture management** — detect insecure settings and misconfigurations that could lead to data exposure
17+
- **DLP detection** — identify sensitive data in uploaded chat attachments or files
18+
- **GenAI-specific insights** — surface risks unique to each provider’s capabilities
1819

1920
### Learn more
20-
- [ChatGPT integration docs](https://developers.cloudflare.com/cloudflare-one/applications/casb/casb-integrations/openai/)
21-
- [Claude integration docs](https://developers.cloudflare.com/cloudflare-one/applications/casb/casb-integrations/anthropic/)
22-
- [Gemini integration docs](https://developers.cloudflare.com/cloudflare-one/applications/casb/casb-integrations/google-workspace/gemini/)
2321

24-
These integrations are available to all Cloudflare One customers today.
22+
- [ChatGPT integration docs](https://developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/openai/)
23+
- [Claude integration docs](https://developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/anthropic/)
24+
- [Gemini integration docs](https://developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/google-workspace/gemini/)
2525

26+
These integrations are available to all Cloudflare One customers today.

src/content/changelog/email-security-cf1/2025-04-01-casb-email-security.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ description: Get two free CASB integrations with your Email Security subscriptio
44
date: 2025-04-01T23:22:49Z
55
---
66

7-
With Email Security, you get two free CASB integrations.
7+
With Email Security, you get two free CASB integrations.
88

9-
Use one SaaS integration for Email Security to sync with your directory of users, take actions on delivered emails, automatically provide EMLs for reclassification requests for clean emails, discover CASB findings and more.
9+
Use one SaaS integration for Email Security to sync with your directory of users, take actions on delivered emails, automatically provide EMLs for reclassification requests for clean emails, discover CASB findings and more.
1010

11-
With the other integration, you can have a separate SaaS integration for CASB findings for another SaaS provider.
11+
With the other integration, you can have a separate SaaS integration for CASB findings for another SaaS provider.
1212

13-
Refer to [Add an integration](/cloudflare-one/applications/casb/#add-an-integration) to learn more about this feature.
13+
Refer to [Add an integration](/cloudflare-one/integrations/cloud-and-saas/#add-an-integration) to learn more about this feature.
1414

1515
![CASB-EmailSecurity](~/assets/images/changelog/email-security/CASB-EmailSecurity.png)
1616

17-
This feature is available across these Email Security packages:
17+
This feature is available across these Email Security packages:
1818

19-
- **Enterprise**
20-
- **Enterprise + PhishGuard**
19+
- **Enterprise**
20+
- **Enterprise + PhishGuard**

src/content/docs/cloudflare-one/applications/app-library.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { Render, GlossaryTooltip } from "~/components";
99

10-
The Application Library allows users to manage their SaaS applications in Cloudflare Zero Trust by consolidating views across all relevant products: [Gateway](/cloudflare-one/traffic-policies/), [Access](/cloudflare-one/access-controls/policies/), and [Cloud Access Security Broker (CASB)](/cloudflare-one/applications/casb/). The App Library provides visibility and control for available applications, as well as the ability to view categorized hostnames and manage configuration for Access for SaaS and Gateway policies. For example, you can use the App Library to review how Gateway uses specific hostnames to match against application traffic.
10+
The Application Library allows users to manage their SaaS applications in Cloudflare Zero Trust by consolidating views across all relevant products: [Gateway](/cloudflare-one/traffic-policies/), [Access](/cloudflare-one/access-controls/policies/), and [Cloud Access Security Broker (CASB)](/cloudflare-one/integrations/cloud-and-saas/). The App Library provides visibility and control for available applications, as well as the ability to view categorized hostnames and manage configuration for Access for SaaS and Gateway policies. For example, you can use the App Library to review how Gateway uses specific hostnames to match against application traffic.
1111

1212
To access the App Library in [Zero Trust](https://one.dash.cloudflare.com/), go to **My team** > **App Library**. Each application card will list the number of hostnames associated with the application, the supported Zero Trust product usage, and the [app type](/cloudflare-one/traffic-policies/application-app-types/#app-types).
1313

@@ -30,7 +30,7 @@ The **Overview** tab shows details about an application, including:
3030

3131
### Findings
3232

33-
The **Findings** tab shows any connected [CASB integrations](/cloudflare-one/applications/casb/#manage-casb-integrations) for the selected application, as well as instances of any detected [posture findings](/cloudflare-one/applications/casb/manage-findings/#posture-findings) and [content findings](/cloudflare-one/applications/casb/manage-findings/#content-findings) for each integration.
33+
The **Findings** tab shows any connected [CASB integrations](/cloudflare-one/integrations/cloud-and-saas/#manage-casb-integrations) for the selected application, as well as instances of any detected [posture findings](/cloudflare-one/cloud-and-saas-findings/manage-findings/#posture-findings) and [content findings](/cloudflare-one/cloud-and-saas-findings/manage-findings/#content-findings) for each integration.
3434

3535
### Policies
3636

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

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/content/docs/cloudflare-one/changelog/casb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can now scan your Bitbucket Cloud workspaces for a variety of contextualized
2323

2424
**Data-at-rest DLP for Box and Dropbox**
2525

26-
You can now scan your [Box](/cloudflare-one/applications/casb/casb-integrations/box/#data-loss-prevention-optional) and [Dropbox](/cloudflare-one/applications/casb/casb-integrations/dropbox/#data-loss-prevention-optional) files for DLP matches.
26+
You can now scan your [Box](/cloudflare-one/integrations/cloud-and-saas/box/#data-loss-prevention-optional) and [Dropbox](/cloudflare-one/integrations/cloud-and-saas/dropbox/#data-loss-prevention-optional) files for DLP matches.
2727

2828
## 2024-04-16
2929

src/content/docs/cloudflare-one/changelog/dlp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can now upload files with [multiple columns of data](/cloudflare-one/data-lo
4141

4242
**Data-at-rest DLP for Box and Dropbox**
4343

44-
You can now scan your [Box](/cloudflare-one/applications/casb/casb-integrations/box/#data-loss-prevention-optional) and [Dropbox](/cloudflare-one/applications/casb/casb-integrations/dropbox/#data-loss-prevention-optional) files for DLP matches.
44+
You can now scan your [Box](/cloudflare-one/integrations/cloud-and-saas/box/#data-loss-prevention-optional) and [Dropbox](/cloudflare-one/integrations/cloud-and-saas/dropbox/#data-loss-prevention-optional) files for DLP matches.
4545

4646
## 2024-04-16
4747

File renamed without changes.

src/content/docs/cloudflare-one/applications/casb/index.mdx renamed to src/content/docs/cloudflare-one/cloud-and-saas-findings/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: how-to
3-
title: Cloud Access Security Broker
3+
title: Cloud and SaaS findings
44
sidebar:
5-
order: 3
5+
order: 9
66
learning_center:
77
title: What is CASB? | Cloud access security brokers
88
link: https://www.cloudflare.com/learning/access-management/what-is-a-casb/
@@ -18,6 +18,8 @@ Free users can configure up to two CASB integrations. You must upgrade to an Ent
1818

1919
Cloudflare's API-driven [Cloud Access Security Broker](https://www.cloudflare.com/learning/access-management/what-is-a-casb/) (CASB) integrates with SaaS applications and cloud environments to scan for misconfigurations, unauthorized user activity, <GlossaryTooltip term="shadow IT" link="https://www.cloudflare.com/learning/access-management/what-is-shadow-it/">shadow IT</GlossaryTooltip>, and other data security issues that can occur after a user has successfully logged in.
2020

21+
For a list of available findings, refer to [Cloud and SaaS integrations](/cloudflare-one/integrations/cloud-and-saas/).
22+
2123
## Manage CASB integrations
2224

2325
<Render file="casb/manage-integrations" product="cloudflare-one" />

0 commit comments

Comments
 (0)