maas/images/maas-region-controller/2.3_proxy_acl.patch
Scott Hussey 7f50e96ff3 Open MAAS proxy ACL
- Allow requests from any source through the MAAS proxy
  so that traffic routed through maas-ingress will work

Change-Id: I91e40789ad45c0ea75c54eccbf37931156b224e3
2019-01-10 21:12:10 -06:00

11 lines
275 B
Diff

18,24c18
< http_access allow maas_proxy_manager localhost
< http_access deny maas_proxy_manager
< http_access deny !Safe_ports
< http_access deny CONNECT !SSL_ports
< http_access allow localnet
< http_access allow localhost
< http_access deny all
---
> http_access allow all