Skip to content

Commit 171373c

Browse files
authored
[ZT] Add Learning Center links (#20846)
* Add CASB link * Add Gateway link * Add DLP link * Add meta LC links
1 parent 7ac058b commit 171373c

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pcx_content_type: how-to
33
title: Cloud Access Security Broker
44
sidebar:
55
order: 3
6+
learning_center:
7+
title: What is CASB? | Cloud access security brokers
8+
link: https://www.cloudflare.com/learning/access-management/what-is-a-casb/
69
---
710

811
import { GlossaryTooltip, Render } from "~/components";
@@ -13,7 +16,7 @@ Available for all Zero Trust users.
1316
Free users can configure up to two CASB integrations. You must upgrade to an Enterprise plan to view the details of a finding instance.
1417
:::
1518

16-
Cloudflare's API-driven Cloud Access Security Broker (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.
19+
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.
1720

1821
## Manage CASB integrations
1922

src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pcx_content_type: concept
33
title: Data Loss Prevention
44
sidebar:
55
order: 5
6+
learning_center:
7+
title: What is DLP (data loss prevention)?
8+
link: https://www.cloudflare.com/learning/access-management/what-is-dlp/
69
---
710

811
import { GlossaryDefinition } from "~/components";

src/content/docs/cloudflare-one/policies/gateway/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head:
88
content: Gateway policies
99
---
1010

11-
Cloudflare Gateway, our comprehensive Secure Web Gateway, allows you to set up policies to inspect DNS, Network, HTTP, and Egress traffic.
11+
Cloudflare Gateway, our comprehensive [Secure Web Gateway](https://www.cloudflare.com/learning/access-management/what-is-a-secure-web-gateway/), allows you to set up policies to inspect DNS, Network, HTTP, and Egress traffic.
1212

1313
- **DNS policies** inspect DNS queries. You can block domains and IP addresses from resolving on your devices. For more information on DNS filtering, refer to our [Learning Center article](https://www.cloudflare.com/learning/access-management/what-is-dns-filtering/).
1414
- **Network policies** inspect individual TCP/UDP/GRE packets. You can block access to specific ports on your origin server, including non-HTTP resources.

src/content/docs/cloudflare-one/policies/gateway/initial-setup/dns.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ sidebar:
66
head:
77
- tag: title
88
content: Set up DNS filtering
9+
learning_center:
10+
title: What is DNS filtering? | Secure DNS servers
11+
link: https://www.cloudflare.com/learning/access-management/what-is-dns-filtering/
912
---
1013

1114
import { GlossaryTooltip, Render } from "~/components";
1215

1316
Secure Web Gateway allows you to inspect DNS traffic and control which websites users can visit.
1417

1518
:::note
16-
1719
For a more detailed guide to filtering DNS queries and other traffic for your organization, refer to the [Secure your Internet traffic and SaaS apps](/learning-paths/secure-internet-traffic/concepts/) implementation guide.
1820
:::
1921

src/content/docs/cloudflare-one/policies/gateway/initial-setup/http.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ sidebar:
66
head:
77
- tag: title
88
content: Set up HTTP filtering
9+
learning_center:
10+
title: What is URL filtering? | Web filtering
11+
link: https://www.cloudflare.com/learning/access-management/what-is-url-filtering/
912
---
1013

1114
import { GlossaryTooltip, Render } from "~/components";
1215

1316
Secure Web Gateway allows you to inspect HTTP traffic and control which websites users can visit.
1417

1518
:::note
16-
1719
For a more detailed guide to filtering HTTP requests and other traffic for your organization, refer to the [Secure your Internet traffic and SaaS apps](/learning-paths/secure-internet-traffic/concepts/) implementation guide.
1820
:::
1921

src/content/docs/cloudflare-one/policies/gateway/initial-setup/network.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { GlossaryTooltip, Render } from "~/components";
1313
Secure Web Gateway allows you to apply policies at the network level (Layers 3 and 4) to control which websites and non-HTTP applications users can access.
1414

1515
:::note
16-
1716
For a more detailed guide to filtering network traffic and more for your organization, refer to the [Secure your Internet traffic and SaaS apps](/learning-paths/secure-internet-traffic/concepts/) implementation guide.
1817
:::
1918

src/content/glossary/cloudflare-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ entries:
4343
4444
- term: Cloudflare Data Loss Prevention (DLP)
4545
general_definition: |-
46-
Cloudflare Data Loss Prevention (DLP) allows you to scan your web traffic and SaaS applications for the presence of sensitive data such as social security numbers, financial information, secret keys, and source code.
46+
Cloudflare [Data Loss Prevention](https://www.cloudflare.com/learning/access-management/what-is-dlp/) (DLP) allows you to scan your web traffic and SaaS applications for the presence of sensitive data such as social security numbers, financial information, secret keys, and source code.
4747
4848
- term: Cloudflare DEX
4949
general_definition: |-

0 commit comments

Comments
 (0)