Skip to content

Commit caa678e

Browse files
authored
[ZT] WARP Client --> Cloudflare One Client image audit (#29104)
* WARP Client images * update mermaid diagrams
1 parent 96886b1 commit caa678e

File tree

23 files changed

+77
-65
lines changed

23 files changed

+77
-65
lines changed

src/assets/images/reference-architecture/cloudflare-sase-with-crowdstrike/Main_Arch.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/images/reference-architecture/cloudflare-sase-with-crowdstrike/UseCase01.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/images/reference-architecture/cloudflare-sase-with-crowdstrike/UseCase02.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/images/reference-architecture/cloudflare-sase-with-crowdstrike/UseCase03.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/images/reference-architecture/cloudflare-sase-with-crowdstrike/UseCase04.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/images/reference-architecture/cloudflare-sase-with-crowdstrike/UseCase05.svg

Lines changed: 1 addition & 1 deletion
Loading

src/content/docs/cloudflare-one/integrations/service-providers/custom.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Cloudflare One allows you to enforce custom device posture checks on your applic
1414

1515
```mermaid
1616
sequenceDiagram
17-
participant WARP
17+
participant Cloudflare One Client
1818
participant Cloudflare Access
1919
participant External API
20-
WARP->>Cloudflare Access: Client ID and Secret
20+
Cloudflare One Client->>Cloudflare Access: Client ID and Secret
2121
Cloudflare Access->>External API: Application token
22-
WARP->>External API: JSON with user and device identity
23-
External API-->>WARP: JSON with 0-100 result
22+
Cloudflare One Client->>External API: JSON with user and device identity
23+
External API-->>Cloudflare One Client: JSON with 0-100 result
2424
```
2525

2626
## External API requirements
@@ -35,14 +35,14 @@ The Cloudflare One Client authenticates to the external API through Cloudflare A
3535

3636
Cloudflare will pass the following parameters to the configured API endpoint. You can use this data to identify the device and assign a posture score. For some devices, not all identifying information will apply, in which case the field will be blank. A maximum of 1,000 devices will be sent per a request.
3737

38-
| Field | Description |
39-
| --------------- | -------------------------------------------------- |
38+
| Field | Description |
39+
| --------------- | ------------------------------------------------------------ |
4040
| `device_id` | Device UUID assigned by the Cloudflare One Client |
4141
| `email` | Email address used to authenticate the Cloudflare One Client |
42-
| `serial_number` | Device serial number |
43-
| `mac_address` | Device MAC address |
44-
| `virtual_ipv4` | Device virtual IPv4 address |
45-
| `hostname` | Device name |
42+
| `serial_number` | Device serial number |
43+
| `mac_address` | Device MAC address |
44+
| `virtual_ipv4` | Device virtual IPv4 address |
45+
| `hostname` | Device name |
4646

4747
:::note
4848

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/tunnel-availability/index.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ Our lightweight and open-source connector, [`cloudflared`](https://github.com/cl
1515

1616
Cloudflare Tunnel allows users to deploy additional instances of our connector, `cloudflared`, for availability and failover scenarios. We refer to these unique instances as replicas. Each replica establishes four new connections which serve as additional points of ingress to your origin, should you need them. Each of the replicas will point to the same tunnel. This ensures that your network remains up in the event a single host running `cloudflared` goes down.
1717

18-
<Render file="tunnel/availability/cloudflared-replicas-diagram" product="cloudflare-one" />
18+
<Render
19+
file="tunnel/availability/cloudflared-replicas-diagram"
20+
product="cloudflare-one"
21+
/>
1922

2023
By design, replicas do not offer any level of traffic steering (random, hash, or round-robin). Instead, when a request arrives to Cloudflare, it will be forwarded to the replica that is geographically closest. If that distance calculation is unsuccessful or the connection fails, we will retry others, but there is no guarantee about which connection is chosen.
2124

@@ -36,7 +39,7 @@ graph LR
3639
accTitle: Load balancing traffic to applications behind Cloudflare Tunnel
3740
3841
A[Internet] --> C{Cloudflare <br> Load Balancer}
39-
B[WARP clients] --> C
42+
B[Cloudflare One Client] --> C
4043
M[Cloudflare WAN] --> C
4144
C -- Tunnel 1 --> cf1
4245
C -- Tunnel 2 --> cf2
@@ -74,4 +77,4 @@ There are two types of load balancers that you can use with Cloudflare Tunnel en
7477

7578
:::note
7679
[Private hostname routes](/cloudflare-one/networks/connectors/cloudflare-tunnel/private-net/cloudflared/connect-private-hostname/) are not currently compatible with Load Balancing. If your service is connected via a hostname route, use `cloudflared` [replicas](#cloudflared-replicas) for high availability.
77-
:::
80+
:::

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/private-net/warp-connector/user-to-site.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ This guide covers how to connect Cloudflare One Client user devices to a private
2121
router1["WARP Connector
2222
10.0.0.1"]
2323
end
24-
W[WARP clients]-->C((Cloudflare))-->router1
24+
W[Cloudflare One Client]-->C((Cloudflare))-->router1
2525
```
2626

2727
## Prerequisites
2828

2929
- A Linux host [^1] on the subnet.
3030
- For WARP Connector to connect to Cloudflare services, your firewall should allow inbound/outbound traffic for the [WARP IP addresses, ports, and domains](/cloudflare-one/team-and-resources/devices/cloudflare-one-client/deployment/firewall/).
31-
- For Cloudflare One Clients to connect to your subnet, your firewall should allow inbound traffic from your [device IPs](/cloudflare-one/team-and-resources/devices/cloudflare-one-client/configure/device-ips/).
31+
- For Cloudflare One Clients to connect to your subnet, your firewall should allow inbound traffic from your [device IPs](/cloudflare-one/team-and-resources/devices/cloudflare-one-client/configure/device-ips/).
3232

3333
## 1. Install a WARP Connector
3434

@@ -43,8 +43,7 @@ This guide covers how to connect Cloudflare One Client user devices to a private
4343
Cloudflare One Clients and WARP Connectors are accessed using their [device IP](/cloudflare-one/team-and-resources/devices/cloudflare-one-client/configure/device-ips/). Therefore, traffic to your device IPs must route through Cloudflare on both the WARP Connector host and Cloudflare One Client devices.
4444

4545
1. In your WARP Connector device profile, go to [Split Tunnels](/cloudflare-one/team-and-resources/devices/cloudflare-one-client/configure/route-traffic/split-tunnels/).
46-
2.
47-
<Render file="tunnel/cgnat-split-tunnels" product="cloudflare-one" />
46+
2. <Render file="tunnel/cgnat-split-tunnels" product="cloudflare-one" />
4847

4948
3. Repeat the previous steps for all Cloudflare One Client device profiles.
5049

@@ -120,13 +119,11 @@ You can now send a request from a Cloudflare One Client user device to your subn
120119
router1["WARP Connector
121120
10.0.0.1"]
122121
end
123-
W[WARP client]--ping 10.0.0.2 -->C((Cloudflare))-->router1
122+
W[Cloudflare One Client]--ping 10.0.0.2 -->C((Cloudflare))-->router1
124123
```
125124

126125
[^1]:
127126
<Render
128127
file="tunnel/warp-connector-linux-packages"
129128
product="cloudflare-one"
130129
/>
131-
132-

src/content/docs/cloudflare-one/reusable-components/posture-checks/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Because Gateway evaluates network and HTTP policies on every request, it maintai
5252
```mermaid
5353
flowchart LR
5454
accTitle: Device posture policy enforcement
55-
A[Device] --schedule--> B[WARP client]--> C((Cloudflare)) --> D[Access policy]
55+
A[Device] --schedule--> B[Cloudflare One Client]--> C((Cloudflare)) --> D[Access policy]
5656
C --5 min--> E[Cache] --> F[Gateway policy]
5757
A --> G[Service provider] --interval--> C
5858
```

0 commit comments

Comments
 (0)