Hello
Mongo connection is lacking of the authenticationDatabase parameter, which is used to set the authentication database. In some Mongo DB systems, one DB is only used for user authentication (no listing, not other operation, just authentication) .
This issues causes the following scenarios:
*- If the selected DB for the connection is the authentication DB, dbeaver fails in the connection complaining about not having permissions for listing tables.
*- If the selected DB for the connection is the real working DB, dbeaver fails in the connection complaining about not being able to authenticate