Skip to content

Commit 553167e

Browse files
Clarify maximum of 20 secrets only apply to production
1 parent f20c251 commit 553167e

File tree

1 file changed

+5
-1
lines changed
  • src/content/docs/secrets-store/manage-secrets

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Once a secret is added to the Secrets Store, it can no longer be decrypted or ac
1414

1515
## Limits
1616

17-
Customers who create a secrets store in the open beta can have up to 20 secrets per account.
17+
Customers who create a secrets store in the open beta can have up to 20 secrets per account. Also, there can only be one store per account.
18+
19+
:::note[Production secrets]
20+
If you use [Wrangler](/secrets-store/manage-secrets/how-to/#manage-via-wrangler), there is a difference between production secrets and secrets that are only created locally (without the `--remote` flag). The limit of 20 secrets per account only considers production secrets.
21+
:::
1822

1923
## Resources
2024

0 commit comments

Comments
 (0)