From bedeea72ec8432e7b9bc3c6dccf9bb1f39b4adb3 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Nov 17 2020 12:55:15 +0000 Subject: Merge branch 'ngompa/pagure-cfg-fix-ssh-push' into 'production' pagure: Add empty IP address to the permitted IP filter See merge request infra/salt!456 --- diff --git a/salt/profile/pagure/files/pagure.cfg b/salt/profile/pagure/files/pagure.cfg index 92d6e17..8d74a3f 100644 --- a/salt/profile/pagure/files/pagure.cfg +++ b/salt/profile/pagure/files/pagure.cfg @@ -182,7 +182,7 @@ BLACKLISTED_PROJECTS = [ ### IP addresses allowed to access the internal endpoints ### These endpoints are used by the milter and are security sensitive, thus ### the IP filter -IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1'] +IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', ''] ### EventSource/Web-Hook/Redis configuration # The eventsource integration is what allows pagure to refresh the content