Common Module - remove auth for thehive

This commit is contained in:
Mike Reeves
2019-07-24 09:05:08 -04:00
parent 8804a43463
commit 9f48ea683c
2 changed files with 0 additions and 10 deletions

View File

@@ -141,11 +141,6 @@ http {
}
location /thehive/ {
satisfy any;
allow {{ masterip }};
deny all;
auth_basic "Security Onion";
auth_basic_user_file /opt/so/conf/nginx/.htpasswd;
proxy_pass http://{{ masterip }}:9000/thehive/;
proxy_read_timeout 90;
proxy_connect_timeout 90;

View File

@@ -141,11 +141,6 @@ http {
}
location /thehive/ {
satisfy any;
allow {{ masterip }};
deny all;
auth_basic "Security Onion";
auth_basic_user_file /opt/so/conf/nginx/.htpasswd;
proxy_pass http://{{ masterip }}:9000/thehive/;
proxy_read_timeout 90;
proxy_connect_timeout 90;