-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExampleHogwartsAdmin_AdminPoliciesEnabled.txt
46 lines (39 loc) · 2.4 KB
/
ExampleHogwartsAdmin_AdminPoliciesEnabled.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Abstract Model Details
=======================
Groups' definition
~~~~~~~~~~~~~~~~~~
Group |Expression |VM
App | |Slytherin-App, Gryffindor-App, Hufflepuff-App
DB | |Slytherin-DB, Gryffindor-DB, Hufflepuff-DB
Dumbledore | |Dumbledore1, Dumbledore2
Gryffindor | |Gryffindor-Web, Gryffindor-App, Gryffindor-DB
Hufflepuff | |Hufflepuff-Web, Hufflepuff-App, Hufflepuff-DB
Slytherin | |Slytherin-Web, Slytherin-App, Slytherin-DB
Web | |Slytherin-Web, Gryffindor-Web, Hufflepuff-Web
Admin policy rules
~~~~~~~~~~~~~~~~~~
inbound rules
Priority |Rule Id |Action |Src |Dst |Connection
0 |10218 |jump_to_application |(group = Gryffindor) |(group = Gryffindor) |TCP
1 |10219 |jump_to_application |(group = Hufflepuff) |(group = Hufflepuff) |UDP dst-ports: 300-320
2 |10220 |jump_to_application |(group = Slytherin) |(group = Slytherin) |All Connections
3 |10221 |jump_to_application |(group = Dumbledore) |(group = Gryffindor) |All Connections
4 |10300 |deny |(*) |(*) |All Connections
outbound rules
Priority |Rule Id |Action |Src |Dst |Connection
0 |10218 |jump_to_application |(group = Gryffindor) |(group = Gryffindor) |TCP
1 |10220 |jump_to_application |(group = Slytherin) |(group = Slytherin) |All Connections
2 |10221 |jump_to_application |(group = Dumbledore) |(group = Gryffindor) |All Connections
3 |10300 |deny |(*) |(*) |All Connections
Allow Only Rules
~~~~~~~~~~~~~~~~~
inbound rules
Original allow rule priority |Rule id |Src |Dst |Connection
5 |10400 |(*) |(group = Web) |All Connections
6 |10401 |(group = Web) |(group = App) |All Connections
7 |10405 |(group = App) |(group = DB) |All Connections
outbound rules
Original allow rule priority |Rule id |Src |Dst |Connection
4 |10400 |(*) |(group = Web) |All Connections
5 |10401 |(group = Web) |(group = App) |All Connections
6 |10405 |(group = App) |(group = DB) |All Connections