mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Core Module - Fix the auth for eval
This commit is contained in:
@@ -141,6 +141,9 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /thehive/ {
|
location /thehive/ {
|
||||||
|
satisfy any;
|
||||||
|
allow {{ masterip }};
|
||||||
|
deny all;
|
||||||
auth_basic "Security Onion";
|
auth_basic "Security Onion";
|
||||||
auth_basic_user_file /opt/so/conf/nginx/.htpasswd;
|
auth_basic_user_file /opt/so/conf/nginx/.htpasswd;
|
||||||
proxy_pass http://{{ masterip }}:9000/thehive/;
|
proxy_pass http://{{ masterip }}:9000/thehive/;
|
||||||
|
|||||||
Reference in New Issue
Block a user