bricaud / graphexp

Interactive visualization of the Gremlin graph database with D3.js
Apache License 2.0
780 stars 215 forks source link

Missing ability to use secure connection #1

Closed jzoran05 closed 3 years ago

jzoran05 commented 7 years ago

Any chance you can add support for using authenticated connection to gremlin server endpoint?

bricaud commented 7 years ago

It is in the todo list but not the priority. It should be done by changing the Websocket connection in graphioGremlin.js from ws to wss and adding the credentials in some way. There is an example of connection from js here https://github.com/jbmusso/gremlin-javascript/blob/master/src/WebSocketGremlinConnection.js .

bricaud commented 6 years ago

Help wanted on this topic! I had a look and it is quite complex to implement. Gremlin-javascript handles it but I do not want to use node.js for Graphexp.