warpgate
warpgate copied to clipboard
Restrict Access to Specific Databases in a PostgreSQL Instance
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?
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