Replies: 1 comment 4 replies
-
There are many layers to this. First, we need a simple implementation for "in-pgagroal" passwords (https://wiki.postgresql.org/wiki/GSoC_2023#pgagroal:_Simple_vault), then it is a SPI for external solutions like https://www.vaultproject.io/ and the like, and then the actual plugins. There is the discussion of front-end and backend passwords as well -- backend is a bit difficult at the moment for pooled connections. But, I think front-end is the important part. It is going to happen, but nothing yet. Hopefully we will get further this year ! |
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
-
I have a feeling the answer will be "no", and I believe I discussed with with JP a couple of years ago.
I'm wondering if it's possible (or even makes sense) to use connection pools with dynamic credentials, for example those created by Vault. I'm guessing since each login is unique then there wouldn't be any possibility to pool anything, as the pools are based on user/role name and database name.
It's been a while since I looked into it and just thought I'd see if any magic has happened since then.
Beta Was this translation helpful? Give feedback.
All reactions