Re: Kerberos delegation support in libpq and postgres_fdw
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: David Christensen <david@pgguru.net>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-04-08T01:28:08Z
Lists: pgsql-hackers
Attachments
- gss_delegation_v10.patch (text/x-diff) patch v10
Greetings, * Stephen Frost (sfrost@snowman.net) wrote: > * David Christensen (david@pgguru.net) wrote: > > Ok, based on the interdiff there, I'm happy with that last change. Marking > > as Ready For Committer. > > Great, thanks! > > I'm going to go through it again myself but I feel reasonably good about > it and if nothing else pops and there aren't objections, I'll push it > before feature freeze. Alright, I've cleaned up a few of the error messages to consistently use GSSAPI (instead of a mix of GSSAPI and gssapi) and run the changes through pgindent. Updated patch attached. cfbot looks happy. Feeling like this is looking just about ready to go. Thanks! Stephen
Commits
-
Add support for Kerberos credential delegation
- 3d4fa227bce4 16.0 landed