aligned security groups
diff --git a/security/EDGEMICRO.yml b/security/EDGEMICRO.yml index c1951fb..45264db 100644 --- a/security/EDGEMICRO.yml +++ b/security/EDGEMICRO.yml
@@ -35,7 +35,7 @@ cidr_ip: 0.0.0.0/0 from_port: 80 to_port: 80 - - proto: all + - proto: tcp cidr_ip: 172.16.0.0/12 from_port: 0 to_port: 65535 @@ -44,11 +44,6 @@ from_port: 443 to_port: 443 - proto: tcp - cidr_ip: 172.16.0.0/12 - from_port: 22 - to_port: 22 - - proto: tcp cidr_ip: 0.0.0.0/0 from_port: 9001 to_port: 9001 -
diff --git a/security/OPDK.yml b/security/OPDK.yml index f984c03..b1e340d 100644 --- a/security/OPDK.yml +++ b/security/OPDK.yml
@@ -22,6 +22,10 @@ cidr_ip: 0.0.0.0/0 from_port: 443 to_port: 443 + - proto: tcp + cidr_ip: 172.16.0.0/12 + from_port: 0 + to_port: 65535 rules_egress: - proto: tcp cidr_ip: 0.0.0.0/0 @@ -35,10 +39,6 @@ cidr_ip: 0.0.0.0/0 from_port: 443 to_port: 443 - - proto: tcp - cidr_ip: 172.16.0.0/12 - from_port: 22 - to_port: 22 - proto: udp cidr_ip: 0.0.0.0/0 from_port: 123