TLS/SSL for JanusGraph Server #4671
-
I'm new to JanusGraph and want to try it out for one of our projects. We're using Cassandra as the storage backend and Elasticsearch for the index backend. I need to enable TLS/SSL on the JanusGraph server to secure the connection between the client and the server with authentication. However, I couldn't find any documentation on SSL and authentication for JanusGraph. Here are my questions:
Thank you for you assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
JanusGraph implements Gremlin Server, so you configure your server to have necessary security settings enabled. You can find this documentation in the TinkerPop documentation: Security.
|
Beta Was this translation helpful? Give feedback.
JanusGraph implements Gremlin Server, so you configure your server to have necessary security settings enabled. You can find this documentation in the TinkerPop documentation: Security.
In your JanusGraph Server configuration you should enable ssl and provide the path to your keystore.
An example from documentation: