Skip to content

Commit 8ac0e16

Browse files
Add API token permissions list and improve parallelism
1 parent 3d8e3dd commit 8ac0e16

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ Refer to the list below for default role definitions.
1515

1616
- **Super Administrator**: Can create, edit, duplicate, delete, and view secrets metadata. Can also [add a Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
1717
- **Secrets Store Admin**: Can create, edit, duplicate, delete, and view secrets metadata. Can also [add a Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
18-
- (TBC)**Secrets Store Reporter**: Can view secrets metadata but cannot create, edit, duplicate, nor delete secrets.
1918
- (TBC)**Secrets Store Deployer**: Can view secrets metadata but cannot create, edit, duplicate, nor delete secrets. Can also [add a Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
19+
- (TBC)**Secrets Store Reporter**: Can view secrets metadata. Cannot perform any actions (create, edit, duplicate, delete secrets), nor add a Secrets Store binding to a Worker.
2020

2121
## API token permissions
2222

23-
(TBC)
24-
The following API token permissions can also be used to grant access to Secrets Store resources.
23+
(TBC) The following API token permissions can also be used to grant access to Secrets Store resources.
2524

26-
- *Account - Secrets Store - Read*:
25+
- *Account - Secrets Store - Edit*: Allows a user to create, edit, duplicate, or delete secrets.
26+
- *Account - Secrets Store - Deploy*: Allows a user to view secrets metadata and add a Secrets Store binding to a Worker.
27+
- *Account - Secrets Store - Read*: Allows a user to view secrets metadata.

0 commit comments

Comments
 (0)