[Cloudflare One] Network policies ELI5#28910
Merged
Oxyjun merged 2 commits intoproductionfrom Mar 11, 2026
Merged
Conversation
Rewrite introduction for clarity, add caution asides for critical security behaviors, define jargon (SNI, CIDR, L4), explain policy evaluation order, and strengthen legacy deprecation warnings.
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Oxyjun
commented
Mar 11, 2026
| ## 7. Create an Audit SSH policy | ||
|
|
||
| 1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Traffic policies** > **Network** > **Firewall policies**. | ||
| 1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Traffic policies** > **Network**. |
Contributor
Author
There was a problem hiding this comment.
What is the actual path for the dashboard?
Contributor
Author
There was a problem hiding this comment.
Good catch. The correct path is Traffic policies > Firewall policies, then selecting the Network tab — matching the canonical partial in src/content/partials/cloudflare-one/gateway/get-started/create-network-policy.mdx.
The original had **Traffic policies** > **Network** > **Firewall policies** which was also wrong. Fixed in f6bb5ea.
Contributor
0ae57c7 to
73ec0ee
Compare
marciocloudflare
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improves readability and reduces jargon across all four network policies pages (
/cloudflare-one/traffic-policies/network-policies/), based on an ELI5 clarity analysis.index.mdx): Replace dense paragraph with concrete language — "Network policies control TCP and UDP traffic" with examples (SSH, RDP, database connections). Separates identity-based capability into its own paragraph. Fixes misleading "traffic leaving your endpoints" phrasing.index.mdx): The override destination rewrite happens even when the target IP is unreachable, with no log entry. This operational surprise is now a:::cautionaside instead of buried prose.index.mdx): Replace "The host whose SNI header Gateway will filter traffic against" with a plain explanation of what SNI is and how Gateway uses it.index.mdx): Expand the CIDR notation note with a concrete example (10.0.0.0/8matches10.0.0.0to10.255.255.255).index.mdx): Explain that Allow is meaningful in a default-block configuration where it defines exceptions.common-policies.mdx): Add note that policies are evaluated top-to-bottom, first match wins. The two-policy patterns on this page depend on this but never stated it.filters: ["l4"](common-policies.mdx): Add note in the API tab explaining thatl4means this is a network (Layer 4) policy.protocol-detection.mdx): Non-HTTP protocols inside TLS bypass network policy filtering. Previously a dense paragraph — now a:::cautionaside with a descriptive title.ssh-logging.mdx): Upgrade from:::noteto:::cautionwith explicit "Legacy feature" title and "deprecated" language.ssh-logging.mdx): Remove "Firewall policies" from nav path — current UI uses "Network" directly.