Skip to content

Commit 1cb9cfe

Browse files
Remove mentions to key mgmt system and permissions assignment
1 parent fc3eba8 commit 1cb9cfe

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ description: Learn about role-based access control with Cloudflare Secrets Store
99

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

12+
- (TBC)**Secrets Store admin**:
1213
- **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-
- (TBC)**Workers admin**: Cannot create, edit, nor delete secrets. Can add the binding to access a Secrets Store secret to a `wrangler.toml` file.
14-
15-
## Assign permissions
16-
17-
Super administrators can grant create/edit/delete permissions to other users via the following API call:
18-
19-
(TBC)
14+
- (TBC)**Workers admin**: Cannot create, edit, nor delete secrets. Can add the binding to access a Secrets Store secret to a `wrangler.toml` file.

src/content/docs/secrets-store/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Encrypt and store sensitive information as secrets that are securely reusable ac
1717

1818
<Plan type="all" />
1919

20-
Cloudflare Secrets Store is a secure, centralized location in which account-level secrets are stored and managed. The secrets are stored across all Cloudflare data centers and encrypted using Cloudflare's internal Key Management System (KMS).
20+
Cloudflare Secrets Store is a secure, centralized location in which account-level secrets are stored and managed. The secrets are securely encrypted and stored across all Cloudflare data centers.
2121

2222
Secrets Store is currently compatible with [Cloudflare Workers](/secrets-store/integrations/workers/). Integrations with other products will be added in the future.
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ sidebar:
99
Consider the steps below to learn how to use values from your account [Secrets Store](/secrets-store/) with [Cloudflare Workers](/workers/).
1010

1111
:::note
12-
This is different from Workers [Variables and Secrets](/workers/configuration/secrets/), where you define and manage your secrets on a per-worker level.
12+
This is different from Workers [Variables and Secrets](/workers/configuration/secrets/), where you define and manage your secrets on a per-Worker level.
1313
:::

src/content/docs/secrets-store/manage-secrets/how-to.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
Refer to the sections below to learn about common actions you might want to take when managing your data in Secrets Store.
99

10-
You must have a (TBC)[Super Administrator role](/secrets-store/access-control/) within your Cloudflare account or you must have been [assigned the necessary permissions](/secrets-store/access-control/#assign-permissions) by a Super Administrator.
10+
You must have a (TBC)[Super Administrator or Secrets Store admin role](/secrets-store/access-control/) within your Cloudflare account.
1111

1212
## Create a secret
1313

0 commit comments

Comments
 (0)