[ 
https://issues.apache.org/jira/browse/TINKERPOP-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955118#comment-15955118
 ] 

ASF GitHub Bot commented on TINKERPOP-1657:
-------------------------------------------

Github user krlohnes commented on the issue:

    https://github.com/apache/tinkerpop/pull/583
  
    I got the integration tests passing, I'm hoping to finish up the 
documentation changes today. 
    
    ```
    [INFO] Reactor Summary:
    [INFO]
    [INFO] Apache TinkerPop .................................. SUCCESS [59.115s]
    [INFO] Apache TinkerPop :: Gremlin Shaded ................ SUCCESS [9.632s]
    [INFO] Apache TinkerPop :: Gremlin Core .................. SUCCESS 
[1:13.945s]
    [INFO] Apache TinkerPop :: Gremlin Test .................. SUCCESS [7.673s]
    [INFO] Apache TinkerPop :: Gremlin Groovy ................ SUCCESS 
[2:20.814s]
    [INFO] Apache TinkerPop :: Gremlin Groovy Test ........... SUCCESS [6.424s]
    [INFO] Apache TinkerPop :: TinkerGraph Gremlin ........... SUCCESS 
[4:42.573s]
    [INFO] Apache TinkerPop :: Gremlin Benchmark ............. SUCCESS [11.786s]
    [INFO] Apache TinkerPop :: Gremlin Driver ................ SUCCESS [14.719s]
    [INFO] Apache TinkerPop :: Neo4j Gremlin ................. SUCCESS 
[23:11.498s]
    [INFO] Apache TinkerPop :: Gremlin Server ................ SUCCESS 
[16:58.561s]
    [INFO] Apache TinkerPop :: Gremlin Python ................ SUCCESS [15.162s]
    [INFO] Apache TinkerPop :: Hadoop Gremlin ................ SUCCESS 
[9:23.457s]
    [INFO] Apache TinkerPop :: Spark Gremlin ................. SUCCESS 
[20:19.311s]
    [INFO] Apache TinkerPop :: Giraph Gremlin ................ SUCCESS 
[2:20:57.434s]
    [INFO] Apache TinkerPop :: Gremlin Console ............... SUCCESS 
[2:45.687s]
    [INFO] Apache TinkerPop :: Gremlin Archetype ............. SUCCESS [0.115s]
    [INFO] Apache TinkerPop :: Archetype - TinkerGraph ....... SUCCESS [13.418s]
    [INFO] Apache TinkerPop :: Archetype - Server ............ SUCCESS [11.647s]
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 3:44:24.099s
    [INFO] Finished at: Fri Mar 31 22:24:11 UTC 2017
    [INFO] Final Memory: 107M/692M
    [INFO] 
------------------------------------------------------------------------
    ```


> Provide abstraction to easily allow different HttpAuth schemes
> --------------------------------------------------------------
>
>                 Key: TINKERPOP-1657
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1657
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: server
>            Reporter: Keith Lohnes
>
> The current HttpChannelizer allows for extension through an Authenticator 
> class supplied through the authorization settings. There isn't, however, an 
> extension point for an authentication handler. Currently the choice is 
> between the `AllowAllAuthenticator` or the `HttpBasicAuthenticationHandler`. 
> One would need to create a new channelizer where the HttpChannelizer would 
> suffice. Creating an abstract class that can be extended would make it easier 
> to extend Authentication for things like token authentication schemes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to