jaredjennings / helm-thehive

*Unofficial* Helm chart for TheHive
GNU Affero General Public License v3.0
16 stars 8 forks source link

External Cassandra database support #17

Closed jaredjennings closed 3 years ago

jaredjennings commented 3 years ago

Up to now, Cassandra has been a dependency: a thing that needs to exist before TheHive 4 does, and that I'm glad someone else exerted the work to automate. But now I'm trying to migrate data into it, and so I need my Cassandra database to exist before TheHive is installed using the chart, and just point TheHive at it.

Also it's easy to imagine others might have an existing Cassandra deployment they may wish to point TheHive at. And fixing this would probably fix #13 in the bargain.