-
Notifications
You must be signed in to change notification settings - Fork 11.7k
DRAFT: Working proposal for Workers Platform authorization #27757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
781a82d to
5e5bdca
Compare
|
Preview URL: https://78bd65be.preview.developers.cloudflare.com Files with changes (up to 15)
|
9da9580 to
c184251
Compare
c184251 to
78bd65b
Compare
|
CI run failed: build logs |
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 ordered from least to most privileged are: Metadata Read-Only < Content Read-Only < Editor < Admin. More privileged roles include all access granted by less privileged roles. |
I initially assumed that it was a statement about all lists of roles on the page. I tried to fit "create" in there somewhere, but it kind of sits on its own.
No description provided.