Skip to content

Commit a4ea994

Browse files
Fix capitalizaton and add TBC note on general Workers role
1 parent 17cdd95 commit a4ea994

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/secrets-store/access-control.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ description: Learn about role-based access control with Cloudflare Secrets Store
1010
Secrets Store allows security administrators to have more control, by implementing role-based access. Refer to the list below for default role definitions. For details about roles at Cloudflare, refer to [Fundamentals](/fundamentals/setup/manage-members/).
1111

1212
- **Super administrator**: Can create, edit, delete, and view secrets. Can also add the binding to access a Secrets Store secret to a `wrangler.toml` file.
13-
- **Workers admin**: Cannot create, edit, nor delete secrets. Can add the binding to access a Secrets Store secret to a `wrangler.toml` file.
13+
- (TBC)**Workers admin**: Cannot create, edit, nor delete secrets. Can add the binding to access a Secrets Store secret to a `wrangler.toml` file.
1414

1515
## Assign create/edit/delete permissions
1616

1717
Super administrators can grant create/edit/delete permissions to other users via the following API call:
1818

19-
(TBD)
19+
(TBC)

src/content/docs/secrets-store/integrations/workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use secrets from your store with workers
2+
title: Use secrets from your store with Workers
33
pcx_content_type: tutorial
44
sidebar:
55
order: 1

0 commit comments

Comments
 (0)