Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

persist misp sessions in redis db #105

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

garrit-schroeder
Copy link

Configure fpm php.ini to use redis for persisting sessions.
This will allow to scale MISP horizontally.

@coolacid
Copy link
Owner

I'm wondering if everyone runs REDIS with their MISP builds - Maybe this should be configurable via ENV variables instead?

@chrisinmtown
Copy link

AFAIK the Redis server is required bcos that's where MISP caches (not fetches) data to analyze and report correlations. I suppose if you have caching completely turned off you MIGHT get away with not running Redis, but I have never tried it.

@garrit-schroeder
Copy link
Author

When you install MISP in the official way you install redis tooe. Why not in docker as well?
Additionally we should think about security. Currently redis is not setup to use authentication.

@coolacid
Copy link
Owner

The included docker-compose is a quickstart function. One would hope a prod deployment is customised to the entity running the project.

Also, Redis doesn't have security. It has a password, which is all but useless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants