Improve user auth in gafferpop #2991
Labels
enhancement
Improvement to existing functionality/feature
tinkerpop
Specific to/touches the tinkerpop module
Milestone
Describe the new feature you'd like
There is basic auth in Gaffer's tinkerpop graph provided via config:
Gaffer/library/tinkerpop/src/main/java/uk/gov/gchq/gaffer/tinkerpop/GafferPopGraph.java
Line 141 in 920bbc3
We should look into how this might actually work with real auth, for example using a provided user factory
Describe alternatives you've considered
If connecting to a proxy store, could auth be handled by the target store?
The text was updated successfully, but these errors were encountered: