Commit Graph

375 Commits (1a2a515fe05ead12dee4bc846159f89800766a9f)

Author SHA1 Message Date
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
Garrit Schroeder c21dabd62c move php composer dependency into composer-build stage 2021-03-15 18:11:40 +01:00
Garrit Schroeder 9977d9281f install openid connect dependencies 2021-03-15 16:49:11 +01:00
Garrit Schroeder c6545a7299 forward url parameters to php 2021-03-15 16:47:08 +01: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
Jason Kendall 7af5423bfc
Merge pull request #59 from Kagee/safe-init-49
entrypoint_nginx.sh: Make it "safe" to run with INIT=true multiple times
2020-07-27 15:28:45 -04:00
Anders Einar Hilden efcb8a7da9 entrypoint_nginx.sh: Make it "safe" to run with INIT=true multiple times 2020-07-27 15:38:25 +00:00
Jason Kendall ee997ba62b Bump MISP version 2020-07-13 14:24:14 -04:00
Jason Kendall d72dcd8f21 Bump MISP version 2020-06-28 12:51:52 -04:00
Jason Kendall f1dc59da00 Bump MISP version 2020-06-17 12:46:58 -04:00
Jason Kendall f6320cdcd1 Bump MISP version 2020-06-04 11:23:39 -04:00
Jason Kendall 270e20806d Move SSL certs /etc/nginx/certs - fixes #53 2020-05-28 20:23:33 -04:00
Jason Kendall 6fb8b182a9 Prevent globbing and word splitting 2020-05-28 19:51:41 -04:00
Jason Kendall 3773870ae3 Ensure upstream files are synced to virtual mount - closes 52 2020-05-28 19:49:27 -04:00
Jason Kendall 29949f8f5f Default to modern nginx security - resolves #50 2020-05-28 19:38:33 -04:00
Jason Kendall 9d2e722140 Default to modern nginx security - resolves #50 2020-05-28 19:33:54 -04:00