distgit: Add a mini docs comment for IP_ALLOWED_INTERNAL, just in case.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill
2025-07-02 23:35:35 -04:00
parent 8885a76136
commit ec5be36747

View File

@@ -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 %}