From 9f48ea683c6f44378348285f0bbddc335e36efaa Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 24 Jul 2019 09:05:08 -0400 Subject: [PATCH] Common Module - remove auth for thehive --- salt/common/nginx/nginx.conf.so-eval | 5 ----- salt/common/nginx/nginx.conf.so-master | 5 ----- 2 files changed, 10 deletions(-) diff --git a/salt/common/nginx/nginx.conf.so-eval b/salt/common/nginx/nginx.conf.so-eval index 2f8246d30..3230e8edd 100644 --- a/salt/common/nginx/nginx.conf.so-eval +++ b/salt/common/nginx/nginx.conf.so-eval @@ -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; diff --git a/salt/common/nginx/nginx.conf.so-master b/salt/common/nginx/nginx.conf.so-master index 1f4fceffa..7999a7027 100644 --- a/salt/common/nginx/nginx.conf.so-master +++ b/salt/common/nginx/nginx.conf.so-master @@ -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;