You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?