You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2020/11/09 15:17:23 UTC

[GitHub] [tinkerpop] vtslab commented on a change in pull request #1308: TINKERPOP-2389 WIP: Authorization support in TinkerPop

vtslab commented on a change in pull request #1308:
URL: https://github.com/apache/tinkerpop/pull/1308#discussion_r519890221



##########
File path: gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerAuthIntegrateTest.java
##########
@@ -56,7 +56,7 @@ public Settings overrideSettings(final Settings settings) {
         final Settings.AuthenticationSettings authSettings = new Settings.AuthenticationSettings();
         authSettings.authenticator = SimpleAuthenticator.class.getName();
 
-        // use a credentials graph with one user in it: stephen/password
+        // use a credentials graph with two users in it: stephen/password and marko/rainbow-dash

Review comment:
       Thanks, will do that.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org