Re: Kerberos authentication of gremlin console with Janusgraph server


hadoopmarc@...
 

Connecting gremlin console to gremlin server goes like:

cluster = Cluster.build(<hostname>).jaasEntry(<entry in gremlin-jaas.conf file>).protocol(<serverPrincipalName>).create()
and see https://tinkerpop.apache.org/docs/current/reference/#connecting-via-drivers how to use the cluster object.

Did you try this already?

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.