Skip to content

Commit a0024f9

Browse files
Merge branch 'production' into marcio/pcx15594-mconn-self-serve
2 parents 753a221 + 5cf4263 commit a0024f9

File tree

21 files changed

+447
-150
lines changed

21 files changed

+447
-150
lines changed

bin/fetch-warp-releases.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const tracks = [
1313

1414
const linesToRemove = [
1515
"For related Cloudflare for Teams documentation please see: https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp",
16-
"For Zero Trust documentation please see: https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp",
16+
"For Zero Trust documentation please see: <https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp>",
1717
"For related Consumer documentation please see: https://developers.cloudflare.com/warp-client/",
18-
"For Consumer documentation please see: https://developers.cloudflare.com/warp-client/",
18+
"For Consumer documentation please see: <https://developers.cloudflare.com/warp-client/>",
1919
];
2020

2121
for (let track of tracks) {

package-lock.json

Lines changed: 57 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"@tailwindcss/postcss": "4.1.4",
5151
"@types/hast": "3.0.4",
5252
"@types/he": "1.2.3",
53-
"@types/node": "24.0.1",
53+
"@types/node": "24.0.3",
5454
"@types/react": "19.0.7",
5555
"@types/react-dom": "19.0.4",
56-
"@typescript-eslint/parser": "8.33.1",
56+
"@typescript-eslint/parser": "8.34.1",
5757
"algoliasearch": "5.27.0",
5858
"astro": "5.9.3",
5959
"astro-breadcrumbs": "3.3.1",
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Grant account members read-only access to the Workers Platform
3+
description: You can now grant members of your Cloudflare account read-only access to the Workers Platform.
4+
date: 2025-06-16T00:00:00Z
5+
---
6+
7+
You can now grant members of your Cloudflare account read-only access to the Workers
8+
Platform.
9+
10+
The new "Workers Platform (Read-only)" role grants read-only access to all products typically used as part of Cloudflare's Developer Platform, including [Workers](/workers/), [Pages](/pages/), [Durable Objects](/durable-objects/), [KV](/kv/), [R2](/r2/), Zones, [Zone Analytics](/analytics/account-and-zone-analytics/zone-analytics/) and [Page Rules](/rules/). When Cloudflare introduces new products to the Workers platform, we will add additional read-only permissions to this role.
11+
12+
Additionally, the role previously named "Workers Admin" has been renamed to "Workers Platform Admin". This
13+
change ensures that the name more accurately reflects the permissions granted — this
14+
role has always granted access to more than just
15+
Workers — it grants read and write access to the products mentioned above, and similarly, as new products are added to the Workers platform, we will add additional read and write permissions to this role.
16+
17+
You can review the updated roles in the [developer docs](/fundamentals/manage-members/roles/).

0 commit comments

Comments
 (0)