This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2567
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2567 by this push:
     new f27a165  [DATALAB-2567]: disabled squid access from external IPs
f27a165 is described below

commit f27a165c510bc209699e1eaffa47605322763cdb
Author: leonidfrolov <[email protected]>
AuthorDate: Wed Dec 8 16:41:32 2021 +0200

    [DATALAB-2567]: disabled squid access from external IPs
---
 infrastructure-provisioning/src/project/templates/squid.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/project/templates/squid.conf 
b/infrastructure-provisioning/src/project/templates/squid.conf
index 39a6cbf..7ee5856 100644
--- a/infrastructure-provisioning/src/project/templates/squid.conf
+++ b/infrastructure-provisioning/src/project/templates/squid.conf
@@ -42,7 +42,7 @@ http_access deny !Safe_ports
 http_access allow localhost manager
 http_access deny manager
 http_access allow DataLab_user_src_subnet
-http_access allow AllowedCIDRS
+#http_access allow AllowedCIDRS
 http_access allow localhost
 http_access deny all
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to