WIP DRAFT: authz#29817
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
| Resource-level roles (such as D1 Database Admin or Worker Admin) mirror account-level roles but apply to a specific resource. Users can have multiple roles, both account-wide and per-resource. | ||
|
|
||
| :::note | ||
| Roles are ordered from least to most privileged: Metadata Read-Only < Content Read-Only < Editor < Admin. More privileged roles include all access granted by less privileged roles. |
There was a problem hiding this comment.
🔴 Unescaped < characters in MDX prose will break the build
Line 27 contains three unescaped < characters in prose: Metadata Read-Only < Content Read-Only < Editor < Admin. AGENTS.md explicitly identifies this as the #1 cause of build failures: "MDX is parsed as JSX, not plain Markdown. These characters have special meaning and will break the build if used unescaped in prose." The fix is to use < or wrap the comparison expression in backticks.
| Roles are ordered from least to most privileged: Metadata Read-Only < Content Read-Only < Editor < Admin. More privileged roles include all access granted by less privileged roles. | |
| Roles are ordered from least to most privileged: Metadata Read-Only < Content Read-Only < Editor < Admin. More privileged roles include all access granted by less privileged roles. |
Was this helpful? React with 👍 or 👎 to provide feedback.
|
CI run failed: build logs |
|
Preview URL: https://825a8dab.preview.developers.cloudflare.com Files with changes (up to 15)
|
|
Update required at https://developers.cloudflare.com/fundamentals/manage-members/roles/? |
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
|
From chat with @dinasaur404:
|
Broken LinksFound 1 broken link(s) across 1 file(s).
|
|
|
||
| ```mermaid | ||
| flowchart TD | ||
| A["Metadata Read-Only<br/>(least privileged)"] --> B["Bind"] |
There was a problem hiding this comment.
Drop Bind to the side, standalone
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
Uh oh!
There was an error while loading. Please reload this page.