Re: postgres_fdw and Kerberos authentication - Mailing list pgsql-general

From Tom Lane
Subject Re: postgres_fdw and Kerberos authentication
Date
Msg-id 17978.1464752802@sss.pgh.pa.us
Whole thread Raw
In response to postgres_fdw and Kerberos authentication  (Jean-Marc Lessard <Jean-Marc.Lessard@ultra-ft.com>)
Responses Re: postgres_fdw and Kerberos authentication  (Stephen Frost <sfrost@snowman.net>)
List pgsql-general
Jean-Marc Lessard <Jean-Marc.Lessard@ultra-ft.com> writes:
> A nice way to meet security requirements would be to provide single sign on support for the postgres_fdw.
> As long as you have defined a user in the source and destination databases, and configure the Kerberos authentication
youshould be able to use postgres_fdw. 

It's not really that easy, because postgres_fdw (like the server in
general) is running as the database-owner operating system user.
How will you associate a Postgres role that's responsible for a
particular connection request with some Kerberos credentials,
while keeping it away from credentials that belong to other roles?

This is certainly something that'd be useful to have, but it's not
clear how to do it in a secure fashion.

            regards, tom lane


pgsql-general by date:

Previous
From: Jim Longwill
Date:
Subject: Re: Checkpoint Err on Startup of Rsynced System
Next
From: sri harsha
Date:
Subject: Change in order of criteria - reg