Is there a way to protect Vercel deployments with Cloudflare Access? The ones generated on their .vercel.app subdomain. My custom domain gets tagged to the latest deployment, but there are also various preview links offered by them that I’d like to protect.
Sorry if it wasn’t very clear from my original post, but I am not talking about a custom domain that I control. I do have a custom domain set up, and that’s already Access-protected.
Vercel also deploys the site to their own domain: .vercel.app. That’s the one I am hoping I could Access-protect too.
Mostly certain there isn’t a way, and this post is mostly a feedback for the Access team so that they can work a partnership of sorts with Vercel. It’d be useful to many mutual customers.
Would a CNAME entry in your cloudflare and domain that you do control with redirect to the temporary x.vercel.app url provide some level of desired protection? (E.g. staging.yourdomain.com → xxxx.vercel.app)