On Mon, Aug 6, 2018 at 8:52 AM, Craig Ringer wrote:
> Currently postgres_fdw cannot be used with 'cert' authentication, i.e.
> client-certificate validation and cert cn => postgres username mapping. You
> also can't use things like Kerberos, SSPI, etc with a superuser-created FDW
> and username ma
Craig Ringer wrote:
> Currently postgres_fdw cannot be used with 'cert' authentication, i.e.
> client-certificate validation
> and cert cn => postgres username mapping. You also can't use things like
> Kerberos, SSPI, etc with
> a superuser-created FDW and username map.
>
> To permit this, I'd l
Hi all
Currently postgres_fdw cannot be used with 'cert' authentication, i.e.
client-certificate validation and cert cn => postgres username mapping. You
also can't use things like Kerberos, SSPI, etc with a superuser-created FDW
and username map.
To permit this, I'd like to allow postgres_fdw us