diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 35ea834d54..5f6a466fd8 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -77,7 +77,10 @@ GIT_URL_GIT = 'https://src.fedoraproject.org/' {% endif %} ### The IP addresses allowed for the internal endpoints -# FIXME: Use ansible template for IPs here... +## This is used by a few checks from external programs like +## upload_cgi and `git clone` going through aclchecker.py where +## they do an auth request to pagure (which goes through the proxies). +# FIXME: Use ansible template names for IPs here... ########################### {% if env == 'staging' %} IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.128.177', '10.16.166.74', '10.16.166.75'] {% else %}