You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/policies/gateway/tiered-policies/managed-service-providers.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ Only available on Enterprise plans. For more information, contact your account t
11
11
12
12
Gateway supports the [Cloudflare Tenant API](/tenant/), which allows Cloudflare-partnered managed service providers (MSPs) to set up and manage Cloudflare accounts and services for their customers. With the Tenant API, MSPs can create Zero Trust deployments with global Gateway policy control. Policies can be customized or overridden at a group or individual account level.
13
13
14
-
The Tenant platform only supports [DNSpolicies](/cloudflare-one/policies/gateway/dns-policies/). For more information, refer to the [Cloudflare Zero Trust for managed service providers](https://blog.cloudflare.com/gateway-managed-service-provider/) blog post.
14
+
The Tenant platform supports [DNS](/cloudflare-one/policies/gateway/dns-policies/), [network](/cloudflare-one/policies/gateway/network-policies/), [HTTP](/cloudflare-one/policies/gateway/http-policies/), and [resolver](/cloudflare-one/policies/gateway/resolver-policies/) policies. For more information, refer to the [Cloudflare Zero Trust for managed service providers](https://blog.cloudflare.com/gateway-managed-service-provider/) blog post.
15
15
16
16
## Get started
17
17
18
18
{/* Don't need to surface much of the policy creation flow here */}
19
19
20
-
To set up the Tenant API, refer to [Get started](/tenant/get-started/). Once you have provisioned and configured your customer's Cloudflare accounts, you can create [DNS policies](/cloudflare-one/policies/gateway/dns-policies/).
20
+
To set up the Tenant API, refer to [Get started](/tenant/get-started/). Once you have provisioned and configured your customer's Cloudflare accounts, you can create [Gateway policies](/cloudflare-one/policies/gateway/).
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/policies/gateway/tiered-policies/organizational-policies.mdx
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,24 +17,24 @@ Gateway supports using [Cloudflare Organizations](/fundamentals/organizations/)
17
17
18
18
{/* Don't need to surface much of the policy creation flow here */}
19
19
20
-
To set up CLoudflare Organizations, refer to [Create an Organization](/fundamentals/organizations/#create-an-organization). Once you have provisioned and configured your organization's accounts, you can create [Gateway policies](/cloudflare-one/policies/gateway/).
20
+
To set up Cloudflare Organizations, refer to [Create an Organization](/fundamentals/organizations/#create-an-organization). Once you have provisioned and configured your organization's accounts, you can create [Gateway policies](/cloudflare-one/policies/gateway/).
21
21
22
22
## Account types
23
23
24
24
The Gateway Tenant platform supports tiered and siloed account configurations.
25
25
26
26
### Tiered accounts
27
27
28
-
In a tiered account configuration, a top-level parent account enforces global security policies that apply to all of its child accounts. Child accounts can override or add policies as needed while still being managed by the parent account. MSPs can also configure child accounts independently from the parent account, including:
28
+
In a tiered account configuration, a top-level parent account enforces global security policies that apply to all of its child accounts. Child accounts can add policies as needed while still being managed by the parent account. Organization owners can also configure child accounts independently from the parent account, including:
29
29
30
30
- Configuring a [custom block page](/cloudflare-one/policies/gateway/block-page/)
31
31
- Generating or uploading [root certificates](/cloudflare-one/connections/connect-devices/user-side-certificates/)
Each child account is subject to the default Zero Trust [account limits](/cloudflare-one/account-limits/).
35
+
Gateway will automatically [generate a unique root CA](/cloudflare-one/connections/connect-devices/user-side-certificates/#generate-a-cloudflare-root-certificate) for each child account in an organization. Each child account is subject to the default Zero Trust [account limits](/cloudflare-one/account-limits/).
36
36
37
-
Gateway evaluates parent account policies before any child account policies. To allow a child account to override a specific parent account policy, you can use the [Update a Zero Trust Gateway rule](/api/resources/zero_trust/subresources/gateway/subresources/rules/methods/update/) endpoint to set the policy's `allow_child_bypass` rule setting to `true`.
37
+
Gateway evaluates parent account policies before any child account policies. In a Cloudflare Organization, child accounts cannot bypass parent account policies. All traffic and corresponding policies, logs, and configurations for a child account will be contained to that child account. Organization owners can view logs for child accounts on a per-account basis, and [Logpush jobs](/logs/logpush/) must be configured separately.
38
38
39
39
```mermaid
40
40
flowchart TD
@@ -56,7 +56,6 @@ flowchart TD
56
56
end
57
57
n1 ~~~ n2
58
58
n2 ~~~ n3
59
-
A["Tenant"] --Administers--> s1
60
59
s1 -- "Applies policies to" --> s2 & s3
61
60
62
61
n1@{ shape: lean-l}
@@ -66,9 +65,13 @@ flowchart TD
66
65
n5@{ shape: lean-l}
67
66
```
68
67
68
+
:::caution[Limitations]
69
+
Organizational policies do not support egress policies, device posture selectors, private apps, or virtual networks.
70
+
:::
71
+
69
72
### Siloed accounts
70
73
71
-
In a siloed account configuration, each account operates independently within the same tenant. MSPs manage each account's own security policies, resources, and configurations separately.
74
+
In a siloed account configuration, each account operates independently within the same tenant. Organization owners manage each account's own security policies, resources, and configurations separately.
0 commit comments