Running in-memory server with aurthentication enabled #3592
Replies: 2 comments 1 reply
-
Maybe someone with more experience of the inmemory backend will correct me here, but I think the problem is that you cannot really create separate graphs with it. So your credentials would be stored in the same graph that you're trying to protect via authentication. Maybe it will work, but users who have valid credentials will be able to modify the credentials completely (like removing / changing credentials of other users). |
Beta Was this translation helpful? Give feedback.
-
Thanks @FlorianHockmann
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to set up in-memory backed janusgraph with authentication enabled.
These are my config files:
And contents of /etc/opt/janusgraph/db-credentials-server.properties:
contents of janusgraph.properties
But I get a 401 unauthorized.
Could not find any information on in-memory authentication enabled deployment in the docs either. Is it even possible (Considering the fact that "credentialsDb should be different from the graph(s) you are using". )?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions