mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
Adding note related to limitation of bypass and workers (#27238)
* Adding note related to limitation of bypass and workers We discovered that bypass rules with posture check based selectors cant be used when a worker intercepts the request. Added note to expand on this. * Update index.mdx --------- Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com>
This commit is contained in:
parent
1ff5274e10
commit
70f4c976c0
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ When applying a Bypass action, security settings revert to the defaults configur
|
|||
|
||||
:::
|
||||
|
||||
#### Product compatibility
|
||||
|
||||
Bypass policies which contain [WARP device posture check](/cloudflare-one/reusable-components/posture-checks/) rules will not function when [Zaraz](/zaraz/) is enabled for the zone protected by Access, or if a [Worker](/workers/) intercepts the request. To work around this limitation and bypass Access, change the policy action to [Service Auth](#service-auth).
|
||||
|
||||
### Service Auth
|
||||
|
||||
Service Auth rules enforce authentication flows that do not require an identity provider IdP login, such as service tokens and mutual TLS.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue