From 8ec978fc106cf7c2b7031915d8ad4f3cfd5f0aa3 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 24 Oct 2017 11:31:34 +0100 Subject: firewall: Allow morph-cache-server traffic on port 8080 This is still really useful to speed up YBD builds. --- firewall.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/firewall.yaml b/firewall.yaml index 714a5775..7c863220 100644 --- a/firewall.yaml +++ b/firewall.yaml @@ -134,6 +134,16 @@ protocol: tcp remote_ip_prefix: 0.0.0.0/0 + - name: git-server security group -- allow incoming TCP on port 8080 for morph-cache-server tree & SHA1 queries + os_security_group_rule: + security_group: git-server + direction: ingress + port_range_min: 8080 + port_range_max: 8080 + ethertype: IPv4 + protocol: tcp + remote_ip_prefix: 0.0.0.0/0 + - name: git-server security group -- allow incoming TCP on port 9418 for git protocol os_security_group_rule: security_group: git-server -- cgit v1.2.1