mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Core Module - Fix the auth for master
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/;
|
||||||
@@ -177,7 +180,7 @@ http {
|
|||||||
proxy_set_header Proxy "";
|
proxy_set_header Proxy "";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location /kibana/app/sensoroni/ {
|
location /kibana/app/sensoroni/ {
|
||||||
rewrite ^/kibana/app/sensoroni/(.*) /sensoroni/$1 permanent;
|
rewrite ^/kibana/app/sensoroni/(.*) /sensoroni/$1 permanent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user