Re: Proposal: Save user's original authenticated identity for logging
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Michael Paquier <michael@paquier.xyz>,
Jacob Champion <pchampion@vmware.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2021-09-22T06:59:38Z
Lists: pgsql-hackers
Attachments
- 0001-Add-missing-Test-Builder-Level-settings.patch (text/plain)
On 03.04.21 14:30, Michael Paquier wrote: > On Fri, Apr 02, 2021 at 01:45:31PM +0900, Michael Paquier wrote: >> As a whole, this is a consolidation of its own, so let's apply this >> part first. > > Slight rebase for this one to take care of the updates with the SSL > error messages. I noticed this patch eliminated one $Test::Builder::Level assignment. Was there a reason for this? I think we should add it back, and also add a few missing ones in similar places. See attached patch.
Commits
-
Add missing $Test::Builder::Level settings
- 73aa5e0cafd0 15.0 landed
- e536a2683439 14.0 landed
-
Add some information about authenticated identity via log_connections
- 9afffcb833d3 14.0 landed
-
Fix some issues with SSL and Kerberos tests
- 5a71964a832f 14.0 landed
-
Refactor all TAP test suites doing connection checks
- c50624cdd248 14.0 landed