Skip to content

Update tenant-control.mdx#32156

Open
neil-kivera wants to merge 1 commit into
cloudflare:productionfrom
neil-kivera:patch-1
Open

Update tenant-control.mdx#32156
neil-kivera wants to merge 1 commit into
cloudflare:productionfrom
neil-kivera:patch-1

Conversation

@neil-kivera

Copy link
Copy Markdown

Updated tenant header configurations to include Claude.

Summary

This page includes information about enforcing tenant controls in Cloudflare One. A number of examples are given for common apps e.g. Microsoft 365, Google Workspaces and ChatGPT. I've updated this list to include Claude, a common enterprise app that would benefit from tenant control via header injection.

Documentation checklist

Updated tenant header configurations to include Claude.
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 1 warning found in commit 067574e.

Fix in your agent
Fix the following review findings in PR #32156 (https://github.com/cloudflare/cloudflare-docs/pull/32156).

Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
  or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order

After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.

---

## Code Review

### Warnings (1)

#### CR-b72ee3d52f0c · Mismatched identifier format
- **File:** `src/content/docs/cloudflare-one/traffic-policies/http-policies/tenant-control.mdx` line 129
- **Issue:** The custom header is named `anthropic-allowed-org-ids` (line 129), which expects organization IDs, but the value column says `Your organization's UUID`. Anthropic organization IDs use an `org-...` format rather than UUIDs, so administrators may configure the wrong value and the tenant control policy will not work.
- **Fix:** Change `Your organization's UUID` to `Your Anthropic organization ID` (or `Your organization's org ID(s)`) to match the header name and Anthropic's identifier format.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

Warnings (1)
File Issue
cloudflare-one/traffic-policies/http-policies/tenant-control.mdx line 129 Mismatched identifier format — The custom header is named anthropic-allowed-org-ids (line 129), which expects organization IDs, but the value column says Your organization's UUID. Anthropic organization IDs use an org-... format rather than UUIDs, so administrators may configure the wrong value and the tenant control policy will not work. Fix: Change Your organization's UUID to Your Anthropic organization ID (or Your organization's org ID(s)) to match the header name and Anthropic's identifier format.

Conventions

No convention issues found.

Style Guide Review

No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. Stops if there are conflicts and reports which files conflict.
/rebaseWithConflicts Rebases against production and attempts to resolve conflicts automatically using AI. Stops with an explanation if confidence is not high enough.

@neil-kivera

Copy link
Copy Markdown
Author

@cloudflare-docs-bot is incorrect. Claude does not use the org- prefix, and this information seems to be inferred from placeholder examples in the tenant control document https://support.claude.com/en/articles/13198485-enforce-network-level-access-control-with-tenant-restrictions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants