Skip to content

Create your first network policy

You can control network-level traffic by filtering requests by selectors such as IP addresses and ports. You can also integrate network policies with an identity provider to apply identity-based filtering.

To create a new network policy:

  1. In Zero Trust, go to Gateway > Firewall policies.
  2. In the Network tab, select Add a policy.
  3. Name the policy.
  4. Under Traffic, build a logical expression that defines the traffic you want to allow or block.
  5. Choose an Action to take when traffic matches the logical expression.

    For example, you can use a list of device serial numbers to ensure users can only access an application if they connect with the WARP client from a company device:

    SelectorOperatorValueLogicAction
    SNI Domainisinternalapp.comAndBlock
    Passed Device Posture Checksnot inDevice serial numbers
  6. Select Create policy.

For more information, refer to network policies.