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
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,30 @@ Secrets Store allows security administrators to have more control by implementin
13
13
While all Cloudflare accounts will have access to the Secrets Store section on the dashboard, only users with the necessary permissions will be able to interact with it, as described below.
14
14
:::
15
15
16
-
## Relevant roles for Secrets Store
16
+
## Relevant roles
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 [create an association between a secret and an AI gateway](/ai-gateway/configuration/bring-your-own-keys/).
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 [create an association between a secret and an AI gateway](/ai-gateway/configuration/bring-your-own-keys/).
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