neo4j-contrib / py2neo

EOL! Py2neo is a comprehensive Neo4j driver library and toolkit for Python.
https://py2neo.org
Apache License 2.0
20 stars 8 forks source link

BugFix routing authentication failure + BugFix RoutingTable type error #869

Closed DarkRider-17 closed 3 years ago

DarkRider-17 commented 3 years ago

There are 2 bugs in current released version,

  1. when routing bool is true there is only be default password using while creating the connection with other nodes in cluster.
  2. While refreshing the routing table, the code expects list from RoutingTable object class but there was a non iterate-able

I have tested the fix on neo4j 4.2 Cluster

technige commented 3 years ago

I don't understand what problem you are trying to solve here.

DarkRider-17 commented 3 years ago

I don't understand what problem you are trying to solve here. Well, i am using neo4j cluster and one can only write data to neo4j with the node having write permissions, to use this i need to enable routing in it, but when i enable routing while creating the connection with neo4j, i was unable to get connected with that as with routing enable i can only connect to neo4j with default password. So i was addressing that problem here