modulesync 5.1.0
Added support for configuring Kerberos authentication.
A few improvements and bug fixes
CakeReque version is now a parameter instead of being hardcoded
Changed default event threat level to match the MISP default and added a config option for the default event tag collection
Bug fix: Elasticsearch connection string and index name need to be string escaped
Changed default value for session auto regenerate to match MISP default and removed un-necessary quoting of config options
Changed the default MISP version installed to version 2.4.102 and added extra dependency introduced in MISP version 2.4.102
<!--
Thank you for contributing to this project!
-->
This PR types all the parameters passed into MISP, removes the ones that have been removed from the current version, and replaces the old templates with EPP versions of the same.
The templates now handle undef values correctly as well, removing unnecessary data in the config files. That should also hopefully pave the way for a proper way to allow for changing non-puppet-managed parameters from inside MISP.
Some parameters have been renamed as well, to keep a consistent name scheme in the form of <section>_<name>
. If that's an issue though I'm happy to revert that part, or perhaps provide parameters with the old name as well for deprecation purposes.
I'm currently testing the changes more thoroughly on a set of servers, so there's no need to hurry too much in the reviewing.