Skip to content

Commit 704518e

Browse files
ranbelRebeccaTamachiro
authored andcommitted
[ZT] ZTWA learning path updates (phase 1) (#21570)
* update Overview * link to ref arch * link to learning center * replace instances of ZTWA * update header * redirects for deleted pages * update URLs
1 parent ce94277 commit 704518e

File tree

50 files changed

+135
-148
lines changed

Some content is hidden

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

50 files changed

+135
-148
lines changed

public/__redirects

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,10 @@
716716
/learning-paths/cybersafe/concepts/what-is-area1/ /learning-paths/cybersafe/concepts/what-is-email-security/ 301
717717
/learning-paths/cybersafe/area1-onboarding/ /learning-paths/cybersafe/email-security-onboarding/ 301
718718

719-
719+
## zero-trust-web access / clientless-access
720+
/learning-paths/zero-trust-web-access/concepts/reverse-proxy-server/ https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/ 301
721+
/zero-trust-web-access/concepts/zero-trust/ https://www.cloudflare.com/learning/security/glossary/what-is-zero-trust/ 301
722+
/learning-paths/zero-trust-web-access/concepts/zero-trust-web-access/ /learning-paths/clientless-access/concepts/what-is-clientless-access/ 301
720723

721724
## dns-filtering / secure-internet-traffic
722725
/learning-paths/dns-filtering/ /learning-paths/secure-internet-traffic/ 301
@@ -743,7 +746,7 @@
743746
/learning-paths/secure-internet-traffic/ /learning-paths/secure-internet-traffic/concepts/ 301
744747
/learning-paths/secure-o365-email/ /learning-paths/secure-o365-email/concepts/ 301
745748
/learning-paths/workers/ /learning-paths/workers/concepts/ 301
746-
/learning-paths/zero-trust-web-access/ /learning-paths/zero-trust-web-access/concepts/ 301
749+
/learning-paths/clientless-access/ /learning-paths/clientless-access/concepts/ 301
747750
/learning-paths/application-security/default-traffic-security/security-level/ /learning-paths/application-security/default-traffic-security/browser-integrity/ 301
748751

749752
# more redirects in the /dynamic/ section
@@ -1916,6 +1919,8 @@
19161919
/learning-paths/dns-filtering/create-policy/* /learning-paths/secure-internet-traffic/build-dns-policies/:splat 301
19171920
## Secure your Internet Traffic
19181921
/learning-paths/secure-internet-traffic/connect-devices/* /learning-paths/secure-internet-traffic/connect-devices-networks/:splat 301
1922+
## Zero Trust Web Access --> Clientless Access
1923+
/learning-paths/zero-trust-web-access/* /learning-paths/clientless-access/:splat 301
19191924

19201925
# Cloudflare for SaaS
19211926
/ssl/ssl-for-saas/common-tasks/* /cloudflare-for-platforms/cloudflare-for-saas/ 301
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Deploy clientless access
4+
external_link: /learning-paths/clientless-access/concepts/
5+
sidebar:
6+
order: 3
7+
---

src/content/docs/cloudflare-one/implementation-guides/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Implementation guides cover deployment steps and best practices for specific Clo
3131
</LinkTitleCard>
3232

3333
<LinkTitleCard
34-
title="Deploy Zero Trust Web Access"
35-
href="/learning-paths/zero-trust-web-access/concepts/"
34+
title="Deploy clientless access"
35+
href="/learning-paths/clientless-access/concepts/"
3636
icon="laptop"
3737
>
3838
Secure access to internal web applications without a device client.

src/content/docs/cloudflare-one/implementation-guides/zero-trust-web-access.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Access applications have an inherently flexible and powerful domain structure ca
2020

2121
### Multiple domains in an application
2222

23-
Many customers who have workflows designed around internal web applications, especially those that were built internally, often see challenges related to interdependencies on multiple internal services. Separately, there can be challenges related to SPAs (Single-Page Applications) that make onboarding to a Zero Trust Web Access service difficult. For example, an application may have iFrames or other embedded systems that rely on different internal and/or external addresses.
23+
Many customers who have workflows designed around internal web applications, especially those that were built internally, often see challenges related to interdependencies on multiple internal services. Separately, there can be challenges related to SPAs (Single-Page Applications) that make deploying clientless access difficult. For example, an application may have iFrames or other embedded systems that rely on different internal and/or external addresses.
2424

25-
If your internal service operates in this way, we recommend specifying multiple top-level domains in a single Access application. Otherwise, if the goal of using multiple domains is to streamline or simplify policy creation, we recommend making one primary domain per application, and automating the rest of your deployment [using Terraform](/learning-paths/zero-trust-web-access/terraform/) or another Infrastructure as Code (IaC) service.
25+
If your internal service operates in this way, we recommend specifying multiple top-level domains in a single Access application. Otherwise, if the goal of using multiple domains is to streamline or simplify policy creation, we recommend making one primary domain per application, and automating the rest of your deployment [using Terraform](/learning-paths/clientless-access/terraform/) or another Infrastructure as Code (IaC) service.

src/content/docs/learning-paths/zero-trust-web-access/access-application/index.mdx renamed to src/content/docs/learning-paths/clientless-access/access-application/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
Now that you have [connected your private applications](/learning-paths/zero-trust-web-access/connect-private-applications/) to Cloudflare, secure those applications behind Cloudflare Access.
9+
Now that you have [connected your private applications](/learning-paths/clientless-access/connect-private-applications/) to Cloudflare, secure those applications behind Cloudflare Access.
1010

1111
## Objectives
1212

src/content/docs/learning-paths/zero-trust-web-access/advanced-workflows/index.mdx renamed to src/content/docs/learning-paths/clientless-access/advanced-workflows/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Advanced ZTWA workflows
2+
title: Advanced workflows
33
pcx_content_type: overview
44
sidebar:
55
order: 7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Requires Data Loss Prevention add-on.
230230

231231
Block users on unmanaged devices from downloading files that contain credit card numbers. This logic requires two policies:
232232

233-
- **Policy 1: [Disable file downloads in isolated browser](/learning-paths/zero-trust-web-access/advanced-workflows/isolate-application/#disable-file-downloads-in-isolated-browser)**
233+
- **Policy 1: [Disable file downloads in isolated browser](/learning-paths/clientless-access/advanced-workflows/isolate-application/#disable-file-downloads-in-isolated-browser)**
234234

235235
- **Policy 2: Block credit card numbers**
236236

0 commit comments

Comments
 (0)