TheHive-Project / TheHive

TheHive: a Scalable, Open Source and Free Security Incident Response Platform
https://thehive-project.org
GNU Affero General Public License v3.0
3.36k stars 613 forks source link

[Feature Request] Add support for managed Cassandra services like AWS Keyspaces #1740

Open adric-work opened 3 years ago

adric-work commented 3 years ago

Problem Description

I would like to use AWS Keyspaces as my Cassandra backend for TheHive4, but it is not currently possible due to a lack of documentation and possibly Janusgraph's lack of support for AWS's Cassandra DefaultPartioner.

https://stackoverflow.com/questions/62220244/run-janusgraph-with-aws-keyspace-storage-backend

https://github.com/JanusGraph/janusgraph/blob/d565c6353db9045644e51361ec758a09141efe5c/janusgraph-cql/src/main/java/org/janusgraph/diskstorage/cql/CQLStoreManager.java#L217-L235

adric-work commented 3 years ago

I also made a feature request to JanusGraph to add Keyspaces supprt - https://github.com/JanusGraph/janusgraph/issues/2370

adric-work commented 3 years ago

Janusgraph now supports the 'DefaultPartitioner' used by AWS keyspaces: https://github.com/JanusGraph/janusgraph/issues/2370

andreacardaropoli commented 3 years ago

Looks like JanusGraph has added experimental support to Amazon Managed Cassandra, any chance this can be tested with TheHive?

wizedkyle commented 1 year ago

Does anyone know if you can use AWS Keyspaces with 5.x of The Hive?

FormindAPE commented 1 year ago

Does anyone know if you can use AWS Keyspaces with 5.x of The Hive?

not currently see this issue : https://github.com/StrangeBeeCorp/TheHive-feedback/issues/7

citosid commented 6 months ago

@FormindAPE, the current version of ThHive is 5.2, do you know if it works now with AWS Kespaces? The issue you linked says that version 5.1 would include the needed library.

citosid commented 1 month ago

@adric-work @wizedkyle were you able to use KeySpaces?

wizedkyle commented 1 month ago

@citosid i wasn't able to get it working but this was a few years ago now.