Skip to content

Commit 5631334

Browse files
committed
Add siloed account flowchart
1 parent 358015e commit 5631334

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

src/content/docs/cloudflare-one/policies/gateway/managed-service-providers.mdx

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ flowchart TD
5050
n1 ~~~ n2
5151
n2 ~~~ n3
5252
A["Tenant"] --Administers--> s1
53-
s1 --> s2 & s3
53+
s1 -- "Applies policies to" --> s2 & s3
5454
5555
n1@{ shape: lean-l}
5656
n2@{ shape: lean-l}
@@ -61,6 +61,27 @@ flowchart TD
6161

6262
### Siloed accounts
6363

64-
{/* TODO: convert second diagram from blog post to mermaid flowchart */}
65-
6664
In a siloed account configuration, each account operates independently within the same tenant. Each account manages its own security policies, resources, and configurations separately.
65+
66+
```mermaid
67+
flowchart TD
68+
%% Accessibility
69+
accTitle: How Gateway policies work in a siloed account configuration
70+
accDescr: Flowchart describing the order of precedence Gateway applies policies in a siloed account configuration.
71+
72+
%% Flowchart
73+
subgraph s1["Siloed account A"]
74+
n1["Block social media"]
75+
end
76+
subgraph s2["Siloed account C"]
77+
n2["Block instant messaing"]
78+
end
79+
subgraph s3["Siloed account B"]
80+
n3["Block news"]
81+
end
82+
A["Tenant"] -- Administers --> s1 & s3 & s2
83+
84+
n1@{ shape: lean-l}
85+
n2@{ shape: lean-l}
86+
n3@{ shape: lean-l}
87+
```

0 commit comments

Comments
 (0)