Skip to content

Commit 7547877

Browse files
Apply suggestions from code review
Co-authored-by: marciocloudflare <[email protected]>
1 parent 217c1a0 commit 7547877

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

src/content/docs/secrets-store/audit-logs.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ sidebar:
1414
- A boolean `"value_modified": true` is presented when the secret value is edited.
1515
- Delete
1616

17-
1817
For information on how to access and use audit logs, refer to [Fundamentals](/fundamentals/setup/account/account-security/review-audit-logs/).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You may also add account secrets directly from the Workers settings on the dashb
3535
2. Go to **Secrets Store** and select **Create secret**.
3636
3. Fill in the required fields, choosing _Workers_ as the **Permission scope**. Once the secret is saved, the secret value will no longer be available for viewing.
3737
4. (Optional) Select **Add additional secret** to create more than one secret at a time.
38-
5. Select **Save** to confirm
38+
5. Select **Save** to confirm.
3939

4040
</TabItem> <TabItem label="API">
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For Wrangler commands, refer to [Cloudflare Workers](/workers/wrangler/commands/
2323
2. Go to **Secrets Store** and select **Create secret**.
2424
3. Fill in the required fields. Note that, once the secret is saved, the secret value will no longer be available for viewing.
2525
4. (Optional) Select **Add additional secret** to create more than one secret at a time.
26-
5. Select **Save** to confirm
26+
5. Select **Save** to confirm.
2727

2828
</TabItem> <TabItem label="API">
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Learn about different operations to manage your secrets in Cloudfla
1010

1111
Secrets can be API tokens, public/private keys, authorization keys, passwords, or even code variables. The only limitation is that a secret must be a string within 1024 bytes.
1212

13-
Once a secret is added to the Secrets Store, it can no longer be decrypted or accessed via API or on the dashboard, only the service associated with a given secret will be able to access it.
13+
Once a secret is added to the Secrets Store, it can no longer be decrypted or accessed via API or on the dashboard. Only the service associated with a given secret will be able to access it.
1414

1515
## Limits
1616

0 commit comments

Comments
 (0)