Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { GlossaryTooltip, Render } from "~/components"

To use a custom origin server, you need to meet the following requirements:

* You have purchased the [Cloudflare for SaaS Enterprise plan](/cloudflare-for-platforms/cloudflare-for-saas/plans/) and the feature is properly entitled to your account.
* Each custom origin needs to be a valid hostname with a proxied (orange-clouded) A, AAAA, or CNAME record in your account's DNS. You cannot use an IP address.
* The DNS record for the custom origin server does not currently support wildcard values.

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/secrets-store/manage-secrets/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Once a secret is added to the Secrets Store, it can no longer be decrypted or ac

## Limits

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.
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.

:::note[Production secrets]
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.
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.
:::

## Resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The fallback origin is where Cloudflare will route traffic sent to your custom h

:::note

If you are an Enterprise customer, you can route custom hostnames to distinct origins by using [custom origin server](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/).
To route custom hostnames to distinct origins, refer to [custom origin server](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/).

:::

Expand Down
14 changes: 7 additions & 7 deletions src/content/plans/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2720,10 +2720,10 @@
},
"c_max_hostnames": {
"title": "Max hostnames",
"free": "5,000",
"pro": "5,000",
"biz": "5,000",
"ent": "Unlimited, but contact sales if using over 5,000."
"free": "50,000",
"pro": "50,000",
"biz": "50,000",
"ent": "Unlimited, but contact sales if using over 50,000."
},
"d_cost_per_hostname": {
"title": "Price per additional hostname",
Expand All @@ -2741,9 +2741,9 @@
},
"custom_origin": {
"title": "[Custom origin](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/)",
"free": "No",
"pro": "No",
"biz": "No",
"free": "Yes",
"pro": "Yes",
"biz": "Yes",
"ent": "Yes"
},
"custom_certificates": {
Expand Down