You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2015/10/21 12:39:27 UTC

[jira] [Updated] (TINKERPOP3-634) Configurable Graph Hiding in Gremlin Server

     [ https://issues.apache.org/jira/browse/TINKERPOP3-634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stephen mallette updated TINKERPOP3-634:
----------------------------------------
    Fix Version/s:     (was: 3.1.0-incubating)

Can't quite think of a way to do this without making an alteration to the gremlin-server.yaml

{code}
graphs: 
  graph: 
    config: conf/tinkergraph.properties
    hidden: true
{code}

Maybe this configuration could be pushed down to the properties file that creates the {{Graph}}?  A bit awkward....maybe needs more thought.



> Configurable Graph Hiding in Gremlin Server
> -------------------------------------------
>
>                 Key: TINKERPOP3-634
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-634
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: server
>    Affects Versions: 3.0.1-incubating
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>
> A user may want to configure a {{Graph}} to only be bound to the server for purpose of creating a {{TraversalSource}} and server-driven transaction management.  In this way, the user can "secure" their {{Graph}} locking it down behind the {{TraversalSource}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)