certificate - Search results

2021-12-17 17:58:55 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Tom Lane)

Thomas Kellerer writes: Still amounts to impersonating the server (and yeah, we do prevent

2021-12-17 17:13:26 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Steve Midgley)

certificate and IAM Role based authentication pathway and access level to Pg that is quite

2021-12-17 17:07:29 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Thomas Kellerer)

Tom Lane schrieb am 17.12.2021 um 17:27: What about using a .pgpass file? We

2021-12-17 17:04:33 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Tom Lane)

Jonathan Katz writes: One approach that's available now is to have dblink use

2021-12-17 16:42:32 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Jonathan Katz)

Oops, I should have TIAS’d. From my experience in container world, that’s somewhat

2021-12-17 16:27:30 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Tom Lane)

Jonathan Katz writes: No, that won't help. Like postgres_fdw, dblink will only

2021-12-17 16:11:55 | Re: Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (Jonathan Katz)

reference parameters to use certificates[2]. Jonathan [1] https:///docs/current/contrib-dblink-connect.html [2] https:///docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS

2021-12-17 15:43:32 | Pragma autonomous transactions in Postgres/ Certification based authentication in DB Links (aditya desai)

certificate based authentication in DB Links instead of hardcoding user name and password in it? Regards