You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/secrets-store/access-control.mdx
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,26 @@ While all Cloudflare accounts will have access to the Secrets Store section on t
17
17
18
18
Refer to the list below for default role definitions.
19
19
20
-
-**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/).
21
-
-**Secrets Store Admin**: Can create, edit, duplicate, delete, and view secrets metadata.
22
-
-**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/).
23
-
-**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.
20
+
#### Super Administrator
21
+
22
+
- Can create, edit, duplicate, delete, and view secrets metadata.
23
+
- Can [add a Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
24
+
- Can configure AI Gateway to use Secrets Store.
25
+
26
+
#### Secrets Store Admin
27
+
28
+
- Can create, edit, duplicate, delete, and view secrets metadata.
29
+
30
+
#### Secrets Store Deployer
31
+
32
+
- Can view secrets metadata but cannot create, edit, duplicate, nor delete secrets.
33
+
- Can [add a Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
34
+
- Can configure AI Gateway to use Secrets Store.
35
+
36
+
#### Secrets Store Reporter
37
+
38
+
- Can view secrets metadata.
39
+
- Cannot perform any actions (create, edit, duplicate, delete secrets), nor use Secrets Store integrations with other Cloudflare products.
0 commit comments