docker-misp icon indicating copy to clipboard operation
docker-misp copied to clipboard

More config options for Redis

Open coolacid opened this issue 5 years ago • 2 comments

Currently, we only take the Redis FQDN as a configuration option. It's very likely someone might be using Redis on a non-standard port, or want a different database. Passwords are, well, a thing.

All of these things should be accessible as env variables, as they actually need to be changed in two places, one of which is NOT inside the configuration directories.

coolacid avatar Feb 19 '20 14:02 coolacid

Do you want help here? Which options you want? Options

  • port
  • Hostname
  • User
  • Password
  • Db instance

does I forgot any?

8ear avatar Feb 26 '21 06:02 8ear

I think pretty much any config item available to a redis cache has. The goal here is that a lot of orgs might have an existing redis cluster they want to use with MISP. Making more configuration options makes this possible.

coolacid avatar Feb 26 '21 13:02 coolacid