Replies: 1 comment
-
Try -Djava.security.krb5.conf=/etc/krb5.conf when starting your java application (or add it to the JAVA_OPTIONS when using gremlin client or gremlin server). Possibly, java kerberos will also find the krb5.conf when it is on the CLASSPATH. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
kinit by command line with same krb5.conf works but from janusgraph it failed on local exception: javax.security.sasl.SaslException: Failure to initialize security context [Caused by GSSException: Invalid name provided (Mechanism level: KrbException: Cannot locate default realm)]
Tested with janusgraph 0.6.0
Beta Was this translation helpful? Give feedback.
All reactions