[Workers] Add Cloudflare Access configuration docs - #32618
Merged
Conversation
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
5 tasks
chythram05
marked this pull request as ready for review
August 12, 2026 20:46
chythram05
requested review from
a team,
GregBrimble,
MattieTK,
WalshyDev,
asamborski,
elithrar,
irvinebroque,
kennyj42,
korinne and
vy-ton
as code owners
August 12, 2026 20:46
Contributor
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
dinasaur404
approved these changes
Aug 12, 2026
chythram05
force-pushed
the
chythra/workers-access-dev-docs-v2
branch
from
August 12, 2026 20:52
ef9f262 to
45e2ae4
Compare
WalshyDev
approved these changes
Aug 14, 2026
Member
|
/rebase |
- Tighten intro and section copy; fix heading casing and toggle label ordering - Split JWT guidance into defense-in-depth vs. reading user identity - Clarify hostname vs. whole-Worker protection scope - Link to Application paths and Access policies docs
cloudflare-docs-bot
Bot
force-pushed
the
chythra/workers-access-dev-docs-v2
branch
from
August 14, 2026 12:18
720d3b2 to
1f2ab7d
Compare
MattieTK
approved these changes
Aug 14, 2026
|
|
||
| | I want to protect... | Section | API destination type | | ||
| | ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------ | | ||
| | Preview deployments for **all Workers** | [Protect all Workers](#protect-all-workers) | `all_preview_workers` | |
Member
There was a problem hiding this comment.
This is a pretty verbose table for what are effectively three options across production/preview/other. We can fix it later.
Co-authored-by: Matt ‘TK’ Taylor <matttaylor@cloudflare.com>
Co-authored-by: Matt ‘TK’ Taylor <matttaylor@cloudflare.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new Cloudflare Access configuration page for Workers at
/workers/configuration/cloudflare-access/. This page documents how to protect Workers behind Cloudflare Access, covering:ctx.accessctx.accesslocally — simulating Access identities duringwrangler devAlso updates screenshots to reflect the latest dashboard UI and adds cross-links from related Workers docs pages (
workers.dev, previews, custom domains, migrate-from-pages).Screenshots
Documentation checklist