Update Access setup to reference one-click Cloudflare Access for Workers

This commit is contained in:
Thomas Gauvin
2026-04-16 00:58:10 -04:00
parent cff1a79a39
commit 58e68cd7dc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Click the button above to deploy to your Cloudflare account. The deploy flow wil
1. **Set up Email Routing** -- In the Cloudflare dashboard, go to your domain > Email Routing and create a catch-all rule that forwards to this Worker
2. **Enable Email Service** -- The worker needs the `send_email` binding to send outbound emails. See [Email Service docs](https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/)
3. **Create a mailbox** -- Visit your deployed app and create a mailbox for any address on your domain (e.g. `hello@example.com`)
4. **Configure Cloudflare Access** -- Create an Access Application for your Worker URL under Zero Trust > Access > Applications. Copy the Audience tag to `POLICY_AUD` and your team domain to `TEAM_DOMAIN`
4. **Configure Cloudflare Access** -- Enable [one-click Cloudflare Access](https://developers.cloudflare.com/changelog/post/2025-10-03-one-click-access-for-workers/) on your Worker under Settings > Domains & Routes. The modal will show your `POLICY_AUD` and `TEAM_DOMAIN` values
## Features
+2 -2
View File
@@ -11,10 +11,10 @@
"description": "Your domain with [Email Routing](https://developers.cloudflare.com/email-routing/) enabled (e.g. `example.com`). After deploying, create a catch-all Email Routing rule pointing to this Worker."
},
"POLICY_AUD": {
"description": "Your [Cloudflare Access](https://developers.cloudflare.com/cloudflare-one/policies/access/) Application Audience (AUD) tag. Find it under **Zero Trust > Access > Applications > your app > Overview**."
"description": "Enable [one-click Cloudflare Access](https://developers.cloudflare.com/changelog/post/2025-10-03-one-click-access-for-workers/) on your Worker under **Settings > Domains & Routes > Enable Cloudflare Access**. Both `POLICY_AUD` and `TEAM_DOMAIN` appear in the modal."
},
"TEAM_DOMAIN": {
"description": "Your Cloudflare Access team domain, e.g. `https://your-team.cloudflareaccess.com`. Find it under **Zero Trust > Settings > Custom Pages**."
"description": "Your Cloudflare Access team domain, e.g. `https://your-team.cloudflareaccess.com`. Shown in the modal when you [enable Cloudflare Access](https://developers.cloudflare.com/changelog/post/2025-10-03-one-click-access-for-workers/) on your Worker."
}
}
},