[ https://issues.apache.org/jira/browse/TINKERPOP-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087651#comment-17087651 ]
Stephen Mallette commented on TINKERPOP-1641: --------------------------------------------- > docker/gremlin-server.sh 3.4.5 runs fine, but 3.4.6 and 3.5.0-SNAPSHOT warn > about the failing gremlin-python install on gremlin-server (which was removed > after 3.4.5, I guess) hmm - I guess the problem here is that we've let the docker image become inconsistent across branches. however, given our usage for testing only, i think that's ok provided you rebuild your image each time you change branches. Did you do the following each time you changed branches: {code} mvn clean install -DskipTests && mvn install -Pdocker-images -pl :gremlin-server {code} > docker/gremlin-server.sh also starts server-secure on port 45941, but port > 45941 was never exposed in the gremlin-server docker-template that was an oversight - that should be added. good find. > Kerberos authentication for gremlin-python > ------------------------------------------ > > Key: TINKERPOP-1641 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1641 > Project: TinkerPop > Issue Type: Improvement > Components: python > Affects Versions: 3.3.0 > Reporter: Marc de Lignie > Priority: Minor > > Enable kerberos authentication for gremlin-python. -- This message was sent by Atlassian Jira (v8.3.4#803005)