Replies: 1 comment 4 replies
-
Good feature to have. We should build our own RBAC system and integrate with popular ones like Hashicorp Vault. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have the need to offer read-only access to a set of PostgreSQL databases on multiple DB instances. We'd ideally like to do this without needing to create users on each of the destination databases, and ideally we'd like to use short lived credentials, so a user could request access to a specific database & a new set of credentials could be created for the requested access, and that'll be available for an hour or day etc.
So, I'm wondering if pgcat could handle this scenario by supporting the following:
Thanks so much for the help. I'm trying trying to determine what tools is best to handle this scenario (currently looking at https://github.com/pgbouncer/pgbouncer, https://github.com/supabase/supavisor, https://github.com/jeroenrinzema/psql-wire along with pgcat).
Beta Was this translation helpful? Give feedback.
All reactions