Re: JanusGraph Authentication from Python/Java


HadoopMarc <bi...@...>
 

Hi Debasish,

You can use JanusGraph in two ways:
  1. In combination with gremlin server (both java and python), then see the authentication section at:
    http://tinkerpop.apache.org/docs/3.2.3/reference/#_security_and_execution
  2. As a database embedded in your application (jvm only), then you can use the Kerberos authentication for the underlying storage backend, e.g. HBase. So your application would need a Kerberos keytab and the right jaas config for your application to find the keytab.
HTH,    Marc

Op woensdag 11 oktober 2017 14:08:20 UTC+2 schreef Debasish Kanhar:

Hi,

I wanted to implement a simple Database connector for JanusGraph. A basic for each connector for Database, may it be relational or anything requires an authentication string. Is there any way I can incorporate authentication for JanusGraph from inside Gremlin Python? Or any other way to create authentication for JanusGraph. Having a Java implementation is not a problem.

Thanks
Debasish

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