Hi all!
I’m trying to implement the following setup:
- sub.domain.com - Block for Everyone
- sub.domain.com/long_■■■_string - Allow for Everyone
- sub.domain.com/long_■■■_string/admin - Allow only for Warp with Gateway or Certificate
I’m failing already at the first step, because if I create a:
Block policy with Include “Everyone” as per docs (Access policies) does not work. As a workaround an Allow policy with Include “Everyone” and Exclude “Everyone” seems to work for n.1 but not for n.3.
Can somebody help with this setup?