Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Account-scoped roles apply across an entire Cloudflare account, and through all
| Cloudflare R2 Admin | Can edit Cloudflare [R2](/r2/) buckets, objects, and associated configurations. |
| Cloudflare R2 Read | Can read Cloudflare [R2](/r2/) buckets, objects, and associated configurations. |
| Cloudflare Stream | Can edit [Cloudflare Stream](/stream/) media. |
| Cloudflare Workers Admin | Can edit Cloudflare [Workers](/workers/), [Pages](/pages/), [Durable Objects](/durable-objects/), [KV](/kv/) and [R2](/r2/). Also provides read access to Zones, [Zone Analytics](/analytics/account-and-zone-analytics/zone-analytics/) and [Page Rules](/rules/). |
| Cloudflare Zero Trust | Can edit [Cloudflare for Zero Trust](/cloudflare-one/). |
| Cloudflare Zero Trust PII | Can access [Cloudflare for Zero Trust](/cloudflare-one/) PII. |
| Cloudflare Zero Trust Read Only | Can access [Cloudflare for Zero Trust](/cloudflare-one/) read only mode. |
Expand Down Expand Up @@ -62,6 +61,10 @@ Account-scoped roles apply across an entire Cloudflare account, and through all
| Vectorize Read only | Can read [Vectorize](/vectorize/) configurations. |
| Waiting Room Admin | Can edit [Waiting Room](/waiting-room/) configuration. |
| Waiting Room Read | Can read [Waiting Room](/waiting-room/) configuration. |
| Workers Admin | Can manage Cloudflare [Workers](/workers/), [Pages](/pages/), [Durable Objects](/durable-objects/), [KV](/kv/) and [R2](/r2/). Also provides read access to Zones, [Zone Analytics](/analytics/account-and-zone-analytics/zone-analytics/) and [Page Rules](/rules/).|

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems helpful for this in some way to link to the new page in the Workers docs that you are adding? (think fine if unique to Workers and other products don't do this on this page)

@JoshuaYe JoshuaYe Aug 16, 2024

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, unfortunately only Zero Trust does this too. If we think two products is enough, we could add a note that links to their specific role pages.

| Workers Versions & Deployments Edit | Can develop and deploy Cloudflare [Workers](/workers/) and related developer platform products. |
| Workers Versions Edit | Can develop versions of Cloudflare [Workers](/workers/) and related developer platform products. |
| Workers Read | Can read Cloudflare [Workers](/workers/) and related developer platform products. |
| Zaraz Admin | Can edit and publish [Zaraz](/zaraz/) configuration. |
| Zaraz Edit | Can edit [Zaraz](/zaraz/) configuration. |
| Zaraz Read | Can read [Zaraz](/zaraz/) configuration. |
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/workers/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pcx_content_type: concept
title: Limits
sidebar:
order: 2
order: 3
head: []
description: Cloudflare Workers plan and platform limits.

Expand Down
27 changes: 27 additions & 0 deletions src/content/docs/workers/platform/roles-permissions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
pcx_content_type: reference
title: Roles and permissions
sidebar:
order: 2

---

When you create a Cloudflare account, you are given the [Super Administrator role](/fundamentals/setup/manage-members/roles/#account-scoped-roles). As a Super Administrator, you can invite members to join your account and assign them different roles.

To check the list of members in your account, or to manage roles and permissions, refer to the [Account setup](/fundamentals/setup/manage-members/) documentation.

## Workers roles

The following roles have permissions not restricted to Cloudflare [Workers](/workers/) but to related developer platform products too. This includes [Pages](/pages/), [Durable Objects](/durable-objects/), [KV](/kv/) and [R2](/r2/). It also provides read access to Zones, [Zone Analytics](/analytics/account-and-zone-analytics/zone-analytics/) and [Page Rules](/rules/).

Only Super Administrators will be able to assign or remove the following roles from users in their account. Scroll to the right to see a full list of permissions for each role.



| | View Code | View [Metrics](/workers/observability/metrics-and-analytics/) | View [Logs](/workers/observability/logging/) | Manage [Versions](/workers/configuration/versions-and-deployments/#versions) | Manage [Bindings](/workers/runtime-apis/bindings/) | Manage [Deployments](/workers/configuration/versions-and-deployments/#deployments) | Change [Routes](/workers/configuration/routing/routes/) | Change [Subdomain](/workers/configuration/routing/workers-dev/) | Delete Worker |
| ----------------------------------- | --------- | ------------ | --------- | --------------- | --------------- | ------------------ | ------------- | ---------------- | ------------- |
| Super Administrator | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Workers Admin | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Workers Versions & Deployments Edit | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
Comment thread
JoshuaYe marked this conversation as resolved.
| Workers Versions Edit | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
| Workers Read | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
2 changes: 1 addition & 1 deletion src/content/docs/workers/platform/storage-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Choose a data or storage product
pcx_content_type: concept
sidebar:
order: 3
order: 4
head:
- tag: title
content: Choosing a data or storage product.
Expand Down