arangodb-java-driver icon indicating copy to clipboard operation
arangodb-java-driver copied to clipboard

getAccessibleDatabases() works only with access to _system database

Open agaengel opened this issue 7 years ago • 0 comments

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

agaengel avatar Dec 19 '18 10:12 agaengel