Skip to content
Snippets Groups Projects
Commit 5a8fe694 authored by Václav Bartoš's avatar Václav Bartoš
Browse files

Fixed MISP init config - disable advanced authkeys

The advanced_authkeys feature is now enabled by default, but our scripts don't work with it -> it must be disabled before any user is created.
parent bfdb689e
Branches
Tags
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
- {"var":"Plugin.CustomAuth_enable","value":"true"} - {"var":"Plugin.CustomAuth_enable","value":"true"}
- {"var":"Plugin.CustomAuth_header","value":"X_REMOTE_USER"} - {"var":"Plugin.CustomAuth_header","value":"X_REMOTE_USER"}
- {"var":"Plugin.CustomAuth_disable_logout","value":"true"} - {"var":"Plugin.CustomAuth_disable_logout","value":"true"}
- {"var":"Security.advanced_authkeys","value":"false"}
- {"var":"MISP.external_baseurl","value":"https://{{soctoolsproxy}}:6443"} - {"var":"MISP.external_baseurl","value":"https://{{soctoolsproxy}}:6443"}
- {"var":"MISP.live","value":"true"} - {"var":"MISP.live","value":"true"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment