From f30b5ff6373a28c6f4cf5e06a6693c1e95c790fd Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 25 Oct 2016 16:52:51 +0000 Subject: [PATCH] Open port 1088 on the proxies Signed-off-by: Patrick Uiterwijk --- inventory/group_vars/proxies | 3 +++ inventory/group_vars/proxies-stg | 3 +++ 2 files changed, 6 insertions(+) diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index 024b443c16..677160bb6c 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -14,6 +14,9 @@ tcp_ports: [ 80, 443, + # This is for TCP krb5 + 1088 + # This is for the haproxy HTML stats page # TODO -- there's no need for this to be wide open to the world. With this # in place, you can visit https://apps.fedoraproject.org:8080 and get the diff --git a/inventory/group_vars/proxies-stg b/inventory/group_vars/proxies-stg index 0594aff5c9..0b3c25ae87 100644 --- a/inventory/group_vars/proxies-stg +++ b/inventory/group_vars/proxies-stg @@ -14,6 +14,9 @@ tcp_ports: [ 80, 443, + # This is for TCP krb5 + 1088 + # This is for the haproxy HTML stats page # TODO -- there's no need for this to be wide open to the world. With this # in place, you can visit https://apps.fedoraproject.org:8080 and get the