Skip to content

Commit 1f20824

Browse files
[CF1] gateway access firewall policy precedence
1 parent bc55240 commit 1f20824

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/partials/cloudflare-one/gateway/order-of-precedence.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ import { Markdown } from "~/components"
77

88
Order of precedence refers to the priority of individual policies within the {props.one} policy builder (lowest value first, or from top to bottom as shown in the dashboard). You can modify the order of precedence by dragging and dropping individual policies in the dashboard.
99

10-
In Gateway, the order of precedence follows the first match principle — once a site matches an Allow or Block policy, evaluation stops and no subsequent policies can override the decision. Therefore, we recommend putting the most specific policies and exceptions at the top of the list and the most general policies at the bottom.
10+
In Gateway, the order of precedence follows the first match principle — once a site matches an Allow or Block policy, evaluation stops and no subsequent policies can override the decision. Therefore, Cloudflare recommends putting the most specific policies and exceptions at the top of the list and the most general policies at the bottom.
11+
12+
If Gateway traffic is headed to a private IP address protected by an Access application, that traffic will still be evaluated by the destination application's Access policies, even if a Gateway Allow rule matched first.
13+
14+
This is expected behavior. A Gateway Allow policy does not override or bypass Access policies.

0 commit comments

Comments
 (0)