Skip to content

Commit 4c228d4

Browse files
ranbelpatriciasantaana
authored andcommitted
[ZT] WARP post-quantum mdm parameter (cloudflare#22844)
* enable_post_quantum mdm parameter * add feature availability * Apply suggestions from code review * Update src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx Co-authored-by: Patricia Santa Ana <[email protected]> --------- Co-authored-by: Patricia Santa Ana <[email protected]>
1 parent c1b2c28 commit 4c228d4

File tree

1 file changed

+29
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment

1 file changed

+29
-1
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
---
99

10-
import { GlossaryTooltip} from "~/components"
10+
import { GlossaryTooltip, Details, InlineBadge} from "~/components"
1111

1212
Each client supports the following set of parameters as part of their deployment, regardless of the deployment mechanism.
1313

@@ -97,6 +97,34 @@ Identifies a Zero Trust organization in the WARP GUI when WARP is deployed with
9797

9898
**Value:** Organization nickname shown to users in the WARP GUI (for example, `Test environment`).
9999

100+
### `enable_post_quantum` <InlineBadge preset="beta" />
101+
102+
<Details header="Feature availability">
103+
104+
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
105+
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
106+
| <ul><li> Gateway with WARP</li><li> Secure Web Gateway without DNS filtering </li></ul> | All plans |
107+
108+
| System | Availability | Minimum WARP version |
109+
| -------- | ------------ | -------------------- |
110+
| Windows || 2025.5.735.1 |
111+
| macOS || 2025.5.735.1 |
112+
| Linux || 2025.5.735.1 |
113+
| iOS || 1.10 |
114+
| Android || 2.4 |
115+
| ChromeOS || 2.4 |
116+
117+
</Details>
118+
119+
Use [post-quantum cryptography](/ssl/post-quantum-cryptography/) to secure connections from the device to Cloudflare's network.
120+
121+
**Value Type:** `boolean`
122+
123+
**Value:**
124+
125+
* `false` — (default) Disables post-quantum key agreement.
126+
* `true` — Enables post-quantum key agreement for all traffic through the WARP tunnel.
127+
100128
### `onboarding`
101129

102130
Controls the visibility of the onboarding screens that ask the user to review the privacy policy during an application's first launch.

0 commit comments

Comments
 (0)