From adce324050dd07ca81d2e579ad8966be694db73e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 6 Jun 2020 21:03:45 +0200 Subject: [PATCH] distgit/pagure: Add the iad2 internal IP to the whitelist of IPs Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 7d306fbe74..146c627b85 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -70,7 +70,7 @@ GIT_URL_GIT = 'https://src.fedoraproject.org/' {% if env == 'staging' %} IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.128.177'] {% else %} -IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.126.51', '10.5.126.52'] +IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.126.51', '10.5.126.52', '10.3.163.74', '10.3.163.75'] {% endif %} # Redis configuration