Commit b80bb38
authored
Improve network security port determination logic (#29)
* Move top level key derivation to 'common' role from 'sequence' role
* Add derivation key 'common__setup_base' for cdp private base
* Split default extra network ports into ssh, cloud, and base port groups, with appropriate dot notation keys under infra.vpc
add switch 'infra.vpc.enable_ssh', defaulted to True, to allow port 22/ssh access
* Switch including cm ports 7180/7183 by default when 'mgmt' or 'clusters' is defined for base deployment
* Switch including https/443 on when cdp public platform is deployed. It may also be included by overriding the defaults.
Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>1 parent df23de8 commit b80bb38
3 files changed
+14
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
129 | 135 | | |
130 | 136 | | |
131 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
0 commit comments