Allow proxy zuul job to connect to any port

This was previously restricted to port 443, but now we are moving
to have the internal VIP also available on HTTPS so connections to
port 5000 and many others will be necessary.

Change-Id: I367e1f72ca86f20f9c93c0be88a18399b8b45439
This commit is contained in:
Jonathan Rosser 2021-06-24 12:50:57 +01:00
parent cede2dc592
commit 57ac756465
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
acl SSL_ports port 443
acl CONNECT method CONNECT
acl lan src 172.29.236.0/22
http_access deny CONNECT !SSL_ports
http_access allow localhost manager
http_access allow lan
http_access deny manager