Skip to content

Commit aafdbe8

Browse files
Remove TBC notes following PM review
1 parent 855029b commit aafdbe8

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Refer to the list below for default role definitions.
2020

2121
## API token permissions
2222

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

2525
- **Account Secrets Store Edit**: Allows a user to create, edit, duplicate, or delete secrets.
2626
- **Account Secrets Store Read**: Allows a user to view secrets metadata.

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If [using the Dashboard](#via-dashboard), make sure you already have a Workers a
2222

2323
## 1. Set up account secrets in Secrets Store
2424

25-
If there are no account secrets yet, follow the steps below. You must have a (TBC) [Super Administrator or a Secrets Store Admin role](/secrets-store/access-control/) within your Cloudflare account.
25+
If there are no account secrets yet, follow the steps below. You must have a [Super Administrator or a Secrets Store Admin role](/secrets-store/access-control/) within your Cloudflare account.
2626

2727
:::note
2828
You may also add account secrets directly from the Workers settings on the dashboard. You can skip to [step 2](#via-dashboard) to do that.
@@ -40,14 +40,13 @@ Refer to [manage account secrets](/secrets-store/manage-secrets/) for further op
4040

4141
[Bindings](/workers/runtime-apis/bindings/) allow your Worker to interact with resources on your Cloudflare account.
4242

43-
(TBC) To bind an account secret to your Worker, you must have one of the following [roles within your Cloudflare account](/secrets-store/access-control/):
43+
To bind an account secret to your Worker, you must have one of the following [roles within your Cloudflare account](/secrets-store/access-control/):
4444
- Super Administrator
4545
- Secrets Store Admin
4646
- Secrets Store Deployer
4747

4848
### Via Wrangler
4949

50-
(TBC)
5150
1. Add a Secrets Store binding to your [Wrangler configuration file](/workers/wrangler/configuration/):
5251
- `binding`: a descriptive name for your binding. This will be used in the Workers application when [accessing your secret on the `env` object](/secrets-store/integrations/workers/#3-access-the-secret-on-the-env-object).
5352
- `store_id`: the corresponding Secrets Store ID where your account secret was created.
@@ -81,8 +80,6 @@ secrets_store_secret = [
8180

8281
## 3. Access the secret on the `env` object
8382

84-
(TBC)
85-
8683
[Bindings](/workers/runtime-apis/bindings/) are located on the `env` object, which can be accessed in several ways. Two examples are presented below. For further options, refer to the [Workers documentation](/workers/runtime-apis/bindings/#how-to-access-env).
8784

8885
### Import `env` from `cloudflare:workers`

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 or Secrets Store Admin role](/secrets-store/access-control/) within your Cloudflare account.
10+
You must have a [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)