From caa8b7054a162c737431221271a70672b6d27d4f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 1 Mar 2021 17:02:50 +0100 Subject: [PATCH] pagure/dist-git: Adjust the IP list allowed on the internal endpoint 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 b611d3f0b6..c9e3b7454c 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -68,7 +68,7 @@ GIT_URL_GIT = 'https://src.fedoraproject.org/' ### The IP addresses allowed for the internal endpoints {% if env == 'staging' %} -IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.128.177'] +IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.128.177', '10.3.166.74'] {% else %} 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 %}