Re: Support kerberos authentication for postgres_fdw

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peifeng Qiu <peifengq(at)vmware(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Support kerberos authentication for postgres_fdw
Date: 2021-07-10 11:32:13
Message-ID: YOmFPSkJGGCWAd84@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 09, 2021 at 10:13:20AM +0000, Peifeng Qiu wrote:
> I'd like to add kerberos authentication support for postgres_fdw by adding two
> options to user mapping: krb_client_keyfile and gssencmode.

You may want to register this patch into the next commit fest, to get
it reviewed for a potential integration in 15:
https://commitfest.postgresql.org/34/
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2021-07-10 11:49:08 Re: EXPLAIN/EXPLAIN ANALYZE REFRESH MATERIALIZED VIEW
Previous Message Michael Paquier 2021-07-10 11:29:51 Re: bugfix: when the blocksize is 32k, the function page_header of pageinspect returns negative numbers.