Commit Graph

111 Commits (5c04a384109ec0dd91518ba0b6fdd7f12fd60e5b)

Author SHA1 Message Date
Jason Kendall 9c94806f61
Merge pull request #165 from akreffett/master
Remove hardcoded arch-specific path in php-builder
2022-03-29 12:31:34 -04:00
Aaron K. Reffett 71818c059e Fixes #167: Switch OIDC back-end provider supported by v2.4.154+ 2022-03-29 12:20:49 -04:00
Aaron K. Reffett 4c451e4c31 Replace arch-specific copy of libfuzzy with gcc -dumpmachine to facilitate builds on other arches 2022-03-29 12:18:31 -04:00
Jason Kendall 0510cfe7d0 Remove extra package checks for items that no longer need it 2022-01-05 12:35:37 -05:00
Jason Kendall cec3f31b9d Initial Bullseye work 2022-01-05 12:25:27 -05:00
Jason Kendall c5a0feb697
Merge pull request #139 from paalbra/fix-138
Remove extra pluggy wheel packages
2021-10-19 15:22:11 -04:00
Jason Kendall 391b8d15db
Merge pull request #141 from Kagee/patch-1
libffi-dev needed for v2.4.149
2021-10-19 14:47:07 -04:00
Anders Einar Hilden 5bb1b9da16 Upgrade Composer to 2.1, MISP codebase uses 2.0.9 2021-10-19 19:51:11 +02:00
Anders Einar Hilden 1e8c3b02ac libffi-dev needed for v2.4.149 2021-10-19 19:24:59 +02:00
Paal Braathen a1464ca0c8 Remove extra pluggy wheel packages 2021-10-12 09:48:21 +02:00
Jason Kendall f987fe180f
Merge pull request #103 from garrit-schroeder/oidc2
Install dependencies for Open ID Connect implementation for MISP v2.4.140
2021-04-21 10:50:07 -04:00
E. Balsa ec8c9c3c73 Allow defining the number of parallel workers 2021-04-20 09:13:09 +02: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
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 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 1684553045 Better way to remove extra pip wheel packages. Fixes #101 2021-03-10 13:01:52 -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
Sentinel Bot d00c31ef33
Replace redis 127.0.0.1 in cake config 2020-12-29 22:40:32 +00:00
qh4t ce26836c90 Add php-zip 2020-09-10 19:35:10 -05: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
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 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
Jason Kendall 5083315a00 Revert "Ensure CA certs are updated"
This reverts commit 5b67d6c8a4.
2020-05-18 09:22:41 -04:00
Jason Kendall 5b67d6c8a4 Ensure CA certs are updated 2020-05-15 12:39:53 -04:00
Jason Kendall b77ce6c623 Set DB name from VAR closes #45, cleanup docker-compose env 2020-03-21 12:10:13 -04:00
Jason Kendall 7e997fb3fd Don't recreate symlinks - closes #42 2020-03-21 11:48:43 -04:00
Jason Kendall a676d0b65f Match nginx max upload to php 2020-03-20 10:14:53 -04:00
Jason Kendall 5efd4dd8f6 Add FPM timeout to nginx 2020-03-17 18:32:01 -04:00
Jason Kendall 6a7f555def Disable IPv6 option 2020-03-12 09:40:27 -04:00
Jason Kendall dcd893e069 Sync Servers now set be ENV SYNCSERVERS - Closes #40 2020-03-11 14:00:10 -04:00
Jason Kendall 49f65a9b54 Always use Bash, make fifo if it doesn't exist, closes #39 2020-03-06 11:09:11 -05:00
Jason Kendall 003d4cd1d7 Add custom entrypoint closes #15 2020-03-06 11:00:35 -05:00