Skip to content
Discussion options

You must be logged in to vote

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:

ssl: {
  enabled: true,
  sslEnabledProtocols: [TLSv1.2],
  keyStore: server.jks,
  keyStorePassword: changeit
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amansharif
Comment options

Answer selected by porunov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants