While trying to get gremlin-python to work with the proposed Kerberos
authenticator for gremlin-server
(https://github.com/apache/tinkerpop/pull/534), I noticed that
gremlin-python's pom.xml starts a gremlin-server with
SimpleAuthenticator (port 45941) but no tests seem to use it, nor are
the user= and password= arguments of the driver_remote_connection.py
ever tested. Is this still work in progress or do I miss something?
Possibly related to this, @davebshow remarks about the recenntly
closed/merged issue https://issues.apache.org/jira/browse/TINKERPOP-1600
, that all gremlin-python remote_driver_connection tests pass. Does this
include username/password authentication for which the netty handler
coding possibly changed due to TINKERPOP-1600?
Cheers, Marc
- gremlin-python test SimpleAuthenticator vtslab
-