From: | Jacob Champion <pchampion(at)vmware(dot)com> |
---|---|
To: | "michael(at)paquier(dot)xyz" <michael(at)paquier(dot)xyz> |
Cc: | "magnus(at)hagander(dot)net" <magnus(at)hagander(dot)net>, "stark(at)mit(dot)edu" <stark(at)mit(dot)edu>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "sfrost(at)snowman(dot)net" <sfrost(at)snowman(dot)net>, "tgl(at)sss(dot)pgh(dot)pa(dot)us" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: Proposal: Save user's original authenticated identity for logging |
Date: | 2021-04-02 00:03:21 |
Message-ID: | d17b919e27474abfa55d97786cb9cfadfe2b59e9.camel@vmware.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, 2021-04-01 at 10:21 +0900, Michael Paquier wrote:
> This stuff can take advantage of 0d1a3343, and I
> think that we should make the kerberos, ldap, authentication and SSL
> test suites just use connect_ok() and connect_fails() from
> PostgresNode.pm. They just need to be extended a bit with a new
> argument for the log pattern check.
v16, attached, migrates all tests in those suites to connect_ok/fails
(in the first two patches), and also adds the log pattern matching (in
the final feature patch).
A since-v15 diff is attached, but it should be viewed with suspicion
since I've rebased on top of the new SSL tests at the same time.
--Jacob
Attachment | Content-Type | Size |
---|---|---|
since-v15.diff.txt | text/plain | 22.0 KB |
v16-0001-test-continue-migration-to-node-connect_ok-fails.patch | text/x-patch | 5.4 KB |
v16-0002-test-kerberos-migrate-to-node-connect_ok.patch | text/x-patch | 3.9 KB |
v16-0003-Log-authenticated-identity-from-all-auth-backend.patch | text/x-patch | 32.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2021-04-02 00:22:40 | Process initialization labyrinth |
Previous Message | Michael Paquier | 2021-04-01 23:54:28 | Re: DROP INDEX docs - explicit lock naming |