warpgate icon indicating copy to clipboard operation
warpgate copied to clipboard

Restrict Access to Specific Databases in a PostgreSQL Instance

Open vjmax opened this issue 7 months ago • 1 comments

Problem When connecting to a PostgreSQL instance via Warpgate, users can access all databases on that instance. For example, if there are 5 databases, users can switch between all of them after login.

Request Add support to restrict user access to specific databases within a PostgreSQL instance. This would help in multi-tenant environments where users should only see the databases they are allowed to access.

Question Is this feature planned or is there any workaround?

vjmax avatar Jun 04 '25 05:06 vjmax

This should be doable - currently the only workaround is to limit database access for the user (directly in Postgres) that Warpgate uses for the connection

Eugeny avatar Jun 04 '25 07:06 Eugeny