Having my automated script bypass Zero Trust

I want to put my staging environment behind Cloudflare Access, the issue is that I have an automated script testing my site daily. How can I have that bypass Cloudflare Access. It is not coming from a static IP so I can’t just whitelist the IP.

You can generate a service token and create a policy that allows requests using it.

2 Likes

Thanks but what’s if the script is coming from a browser?

Not sure why you’re using a browser but all the browser automation tools should allow you to set custom headers.

Thanks!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.