arangodb-java-driver
arangodb-java-driver copied to clipboard
getAccessibleDatabases() works only with access to _system database
Hi,
I tried to connect to an authenticated arangodb with the java client and got an not authorised for the getAccessibleDatabases().
if I set the database before with .db("test").getAccessibleDatabases() it works like expected.
Reagards Alex