ranger icon indicating copy to clipboard operation
ranger copied to clipboard

Support user@host db logins for Azure PostgreSQL

Open ppalucha opened this issue 5 years ago • 0 comments

Azure Database for PostgreSQL servers require users to login with user@server, but internally the user does not have '@server' suffix. Therefore we need to skip this suffix for all SQL operations.

This allows to specify database users for Ranger in form user@server.

ppalucha avatar Apr 30 '20 07:04 ppalucha