diff --git a/olam/templates/ingress_security_rules.j2 b/olam/templates/ingress_security_rules.j2 index e427d77..bc7ad0a 100644 --- a/olam/templates/ingress_security_rules.j2 +++ b/olam/templates/ingress_security_rules.j2 @@ -51,4 +51,18 @@ instance_ingress_security_rules: destination_port_range: max: 443 min: 443 +{% endif %} +{% if add_pah_ports %} + - source: "10.0.0.0/24" + protocol: 6 + tcp_options: + destination_port_range: + max: 80 + min: 80 + - source: "10.0.0.0/24" + protocol: 6 + tcp_options: + destination_port_range: + max: 443 + min: 443 {% endif %} \ No newline at end of file