Commit Graph

186 Commits (ec8c9c3c73a9070e82b1d11742125b412fffd6de)

Author SHA1 Message Date
E. Balsa ec8c9c3c73 Allow defining the number of parallel workers 2021-04-20 09:13:09 +02:00
E. Balsa 6a86798e30 Simplify a bit 2021-04-20 09:12:42 +02:00
Eduardo Balsa 13575b1924
Merge pull request #1 from coolacid/master
Merge new version
2021-04-20 09:09:24 +02:00
Jason Kendall 7d11153c59 Bump MISP/Modules versions 2021-04-19 10:54:53 -04:00
Jason Kendall df3b7efeb1
Merge pull request #107 from drcursor/addcertauth
Add required parameters for cert authentication
2021-04-19 10:37:47 -04:00
Jason Kendall 9c705163b9
Merge pull request #108 from drcursor/addmissingphpmodules
Add missing php modules rdkafka and brotli
2021-04-19 10:33:04 -04:00
Jason Kendall 76f39dad08
Merge pull request #109 from drcursor/master
Change config file permissions
2021-04-19 10:29:38 -04:00
E. Balsa dccadb0337 Change config file permissions 2021-04-14 14:58:22 +02:00
Eduardo Balsa 7f6fcdde85 Added support for brotli 2021-04-14 14:20:49 +02:00
Eduardo Balsa 3a3f0637e4 Added support for brotli 2021-04-14 14:13:37 +02:00
Eduardo Balsa a3074400e0 Added support for brotli 2021-04-14 14:11:16 +02:00
Eduardo Balsa fd30185aa9 Added support for rdkafka 2021-04-14 14:06:54 +02:00
Eduardo Balsa d3ef1564d2 Added support for rdkafka 2021-04-14 14:04:17 +02:00
Eduardo Balsa 87a324b0cd Added support for rdkafka 2021-04-14 14:02:31 +02:00
Eduardo Balsa 42a936b3d4
Spacing OCD 2021-04-08 08:40:57 +02:00
Eduardo Balsa a0c35d7720
Making codacy happy take 2 2021-04-08 08:34:57 +02:00
Eduardo Balsa 2acb7d4a97
Making codacy happy 2021-04-08 08:26:44 +02:00
Eduardo Balsa a7f426c058
Added reference to ca.pem 2021-04-07 16:46:59 +02:00
Eduardo Balsa 2ab1940bea
Add new option CERTAUTH 2021-04-07 16:46:05 +02:00
Eduardo Balsa 0c84e0b71b
Configuring nginx for cert authentication
If the user enables cert authentication on the docker-compose file we must do the following changes to allow CertAuth to work
- Pass on SSL_CLIENT_I_DN and SSL_CLIENT_S_DN to PHP
- Enable ssl_client_certificate using  /etc/nginx/certs/ca.pem
- Enable the CertAuth ( https://github.com/MISP/MISP/tree/2.4/app/Plugin/CertAuth ) plugin on the bootstrap.php file
2021-04-07 16:42:20 +02:00
Jason Kendall c760dc269d Bump MISP version 2021-03-10 13:14:25 -05:00
Jason Kendall 1684553045 Better way to remove extra pip wheel packages. Fixes #101 2021-03-10 13:01:52 -05:00
Jason Kendall 9ae653cd9c Bump MISP version to v2.4.139 2021-02-16 19:08:12 -05:00
Jason Kendall 88c6be64e7 Add php-intl and php-bcmath for #93 2021-02-16 19:00:52 -05:00
Jason Kendall 6da2a69d40 Actual pre-grab/build all python modules, work around cryptography version issues 2021-02-16 17:37:51 -05:00
Jason Kendall 6cdb47d066 Bump MISP Version 2021-02-10 12:27:31 -05:00
Jason Kendall 85bade2c4a Bump Core to 2.4.137 2021-01-21 09:14:16 -05:00
Jason Kendall 63521cf0b3 Bump Core and Modules to 2.4.136 2021-01-20 11:18:41 -05:00
Jason Kendall 0e0c783545
Merge pull request #78 from pemontto/fix-cakeresque
Replace redis host 127.0.0.1 in cake config
2020-12-29 18:04:16 -05:00
Sentinel Bot d00c31ef33
Replace redis 127.0.0.1 in cake config 2020-12-29 22:40:32 +00:00
Jason Kendall 066f5c8dfa Bump MISP version 2020-12-27 13:14:00 -05:00
Jason Kendall f733b8dca4 Temp fix for #72 2020-12-15 11:51:22 -05:00
Jason Kendall 36728f439b
Merge pull request #73 from gregzee/bump-modules-2.4.134
Bump modules to 2.4.134
2020-12-15 11:07:20 -05:00
gregzee 5f4644d3c7
Bump modules to 2.4.134 2020-12-14 16:05:52 -05:00
Jason Kendall e2bec13da7
Merge pull request #71 from seanthegeek/patch-2
Prevent runaway mysql log
2020-12-11 11:23:49 -05:00
Sean Whalen 553eb00e24
Prevent runaway mysql log
We recently ran into an issue where the mysql console output was filling up the disk with

> mbind: Operation not permitted

It turns out this is a common problem with the `mysql` docker image. This is the fix.

https://stackoverflow.com/questions/55559386/how-to-fix-mbind-operation-not-permitted-in-mysql-error-log
2020-12-11 11:10:36 -05:00
Jason Kendall 0fcbf2ffd1 Bump MISP version 2020-11-12 12:08:20 -05:00
Jason Kendall e555d85f3b
Update readme to describe how to build 2020-11-03 18:50:11 -05:00
Jason Kendall d2d99616c8 Bump MISP version 2020-10-21 10:56:12 -04:00
Jason Kendall 646a37b00e Bump MISP version 2020-09-21 08:34:01 -04:00
Jason Kendall e6e33fd398
Merge pull request #65 from qh4t/fix-php-zip
Add php-zip
2020-09-11 08:37:21 -04:00
qh4t ce26836c90 Add php-zip 2020-09-10 19:35:10 -05:00
Jason Kendall 9d88c4a8b0 Merge branch 'master' of github.com:coolacid/docker-misp 2020-09-08 09:10:07 -04:00
Jason Kendall 157baedfd3 Bump MISP version 2020-09-08 09:09:45 -04:00
Jason Kendall ca7dc0a7f3
Merge pull request #62 from jtdroste/patch-1
Allow customization of the MISP Modules server
2020-08-26 09:25:39 -04:00
James Droste 3cfe803426 Add usage of MISP_MODULES_FQDN 2020-08-25 22:47:41 -07:00
James Droste 6b4ae09b08
Allow customization of the MISP Modules server
Similar to redis, we should allow the ability to customize this value, as it gets overwritten on startup
2020-08-25 17:04:06 -07:00
Jason Kendall eae2c7e27b Merge branch 'master' of github.com:coolacid/docker-misp 2020-08-24 12:03:27 -04:00
Jason Kendall 0c64ad8545 Bump MISP version to 130 2020-08-24 12:03:06 -04:00
Jason Kendall e3e47efc7d
Update docker-compose.yml
Add note about MySQL passwords being AlphaNum - Closes #56
2020-07-27 15:42:44 -04:00