summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-24 11:31:34 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-24 11:31:34 +0100
commit8ec978fc106cf7c2b7031915d8ad4f3cfd5f0aa3 (patch)
treef3deb3e3992dece2347af1abc7df5c4b56a97cbc
parentf02b7f5a892ad202c099a37947c292f608e3887c (diff)
downloadinfrastructure-8ec978fc106cf7c2b7031915d8ad4f3cfd5f0aa3.tar.gz
firewall: Allow morph-cache-server traffic on port 8080sam/git.baserock.org-port-8080
This is still really useful to speed up YBD builds.
-rw-r--r--firewall.yaml10
1 files changed, 10 insertions, 0 deletions
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