You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/learning-paths/secure-internet-traffic/build-network-policies/recommended-network-policies.mdx
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,11 +135,58 @@ You can add a number of WARP client device posture checks as needed, such as [Di
135
135
136
136
Allow HTTPS access for user groups. For example, the following policy gives finance users access to any known financial applications:
description = "Allow HTTPS access for user groups"
178
+
precedence = 0
179
+
enabled = true
180
+
action = "allow"
181
+
filters = ["l4"]
182
+
traffic = "net.dst.ip in ${"$"}${cloudflare_zero_trust_list.finance_servers_list.id}"
183
+
identity = "any(identity.groups.name[*] in {\"Finance Users\"})"
184
+
}
185
+
```
186
+
187
+
</TabItem>
188
+
</Tabs>
189
+
143
190
## All-NET-Internet-Blocklist
144
191
145
192
Block traffic to destination IPs, <GlossaryTooltipterm="Server Name Indication (SNI)">SNIs</GlossaryTooltip>, and domain SNIs that are malicious or pose a threat to your organization.
0 commit comments