Skip to content

Commit 10e6b11

Browse files
authored
[Gateway] FedRAMP compliance (#21098)
* Re-add section * Add flowchart
1 parent 41ba8aa commit 10e6b11

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/content/docs/cloudflare-one/policies/gateway/http-policies/tls-decryption.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,35 @@ When FIPS compliance is enabled, Gateway will only choose [FIPS-compliant cipher
115115

116116
FIPS-compliant traffic defaults to [HTTP/3](/cloudflare-one/policies/gateway/http-policies/http3/). To enforce HTTP policies for UDP traffic, you must turn on the [Gateway proxy for UDP](/cloudflare-one/policies/gateway/http-policies/http3/#enable-http3-inspection).
117117

118+
## FedRAMP compliance
119+
120+
When you use [Cloudflare Regional Services](/data-localization/regional-services/) in the United States and the WARP client to on-ramp TLS traffic to Gateway, traffic will egress from a Cloudflare data center within Cloudflare's FedRAMP boundary. If a user's closest data center is non-FedRAMP compliant, their traffic will still egress from a FedRAMP compliant data center, maintaining FedRAMP compliance for the traffic.
121+
122+
```mermaid
123+
flowchart LR
124+
%% Accessibility
125+
accTitle: How Gateway routes FedRAMP compliant traffic with Regional Services
126+
accDescr: Flowchart describing how WARP with Gateway routes traffic to egress from a FedRAMP compliant data center when used with Regional Services in the United States.
127+
128+
%% Flowchart
129+
subgraph s1["Non-FedRAMP data center"]
130+
n2["WARP TLS encryption terminated"]
131+
end
132+
subgraph s2["FedRAMP data center"]
133+
n3["Gateway TLS encryption (FIPS) terminated"]
134+
end
135+
subgraph s3["Private internal network"]
136+
n5["FedRAMP compliant cloudflared"]
137+
n6(["Private server"])
138+
end
139+
n1(["User near non-FedRAMP compliant data center"]) -- Gateway TLS connection wrapped with WARP TLS (MASQUE) --> n2
140+
n2 -- Gateway TLS connection --> n3
141+
n3 <-- FIPS tunnel --> n5
142+
n5 --> n6
143+
144+
n5@{ shape: rect}
145+
```
146+
118147
## Cipher suites
119148

120149
<GlossaryDefinition term="cipher suite" prepend="A cipher suite is " />

0 commit comments

Comments
 (0)