From 5b5be7cd022c6234fe5ba25c614dc473630ab05a Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 17 Feb 2022 08:31:58 -0800 Subject: [PATCH] Remove mirror ports 4444 and 8081 from the firewall The docker v1 protocol proxy listened on these ports and was removed by 9b6398394d5d5d9e9e9aff244ccac2f98a4317d1 as everything uses v2 now. The firewall holes were left open though. Clean that up. Change-Id: Ie00acd5bfb657153b9bc49222ae5d9778ad36e70 --- inventory/service/group_vars/mirror.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/inventory/service/group_vars/mirror.yaml b/inventory/service/group_vars/mirror.yaml index 5274d39c33..578e8f72cb 100644 --- a/inventory/service/group_vars/mirror.yaml +++ b/inventory/service/group_vars/mirror.yaml @@ -2,12 +2,10 @@ iptables_extra_public_tcp_ports: - 80 - 443 - 4443 - - 4444 - 4445 - 4446 - 4447 - 8080 - - 8081 - 8082 - 8083 - 8084