Skip to content

Commit 450a13b

Browse files
Update max secrets count to 100
1 parent 22b47ac commit 450a13b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ 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. Also, there can only be one store per account.
17+
Customers who create a secrets store in the open beta can have up to 100 secrets per account. Also, there can only be one store per account.
1818

1919
:::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.
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 100 secrets per account only considers production secrets.
2121
:::
2222

2323
## Resources

0 commit comments

Comments
 (0)