Re: pgsql: Add some information about authenticated identity via log_connec

2021-04-12 Thread Michael Paquier
On Fri, Apr 09, 2021 at 10:12:51AM +0900, Michael Paquier wrote: > I have been keeping an eye on fairywren since yesterday to see if this > failure is completely taken care of, but it has not reported yet. > Andrew, is this animal alive? FYI, fairywren has reported back and is now green: https://b

Re: pgsql: Add some information about authenticated identity via log_connec

2021-04-08 Thread Michael Paquier
On Thu, Apr 08, 2021 at 07:37:56AM +0900, Michael Paquier wrote: > I have applied the fix for fairywren now, to close the loop. I have been keeping an eye on fairywren since yesterday to see if this failure is completely taken care of, but it has not reported yet. Andrew, is this animal alive? --

Re: pgsql: Add some information about authenticated identity via log_connec

2021-04-07 Thread Michael Paquier
On Wed, Apr 07, 2021 at 12:51:57PM -0400, Tom Lane wrote: > Sounds reasonable, pushed. (I didn't actually verify it on prairiedog, > because that would have taken a couple hours :-(. We can revisit if > that animal fails to go green.) Thanks to both of you. prairiedog is the only animal running

Re: pgsql: Add some information about authenticated identity via log_connec

2021-04-07 Thread Tom Lane
Jacob Champion writes: > On Wed, 2021-04-07 at 10:27 -0400, Tom Lane wrote: >> prairiedog is also not happy, apparently for a different reason. > That one's failing because older OpenSSL doesn't support channel > binding, and the new test I wrote forgot to check to make sure channel > binding was

Re: pgsql: Add some information about authenticated identity via log_connec

2021-04-07 Thread Jacob Champion
On Wed, 2021-04-07 at 10:27 -0400, Tom Lane wrote: > Michael Paquier writes: > > On Wed, Apr 07, 2021 at 01:17:34AM +, Michael Paquier wrote: > > > Add some information about authenticated identity via log_connections > > So, fairywren, that is able to run the SSL tests on Windows, has been >

Re: pgsql: Add some information about authenticated identity via log_connec

2021-04-07 Thread Tom Lane
Michael Paquier writes: > On Wed, Apr 07, 2021 at 01:17:34AM +, Michael Paquier wrote: >> Add some information about authenticated identity via log_connections > So, fairywren, that is able to run the SSL tests on Windows, has been > complaining here: prairiedog is also not happy, apparently

Re: pgsql: Add some information about authenticated identity via log_connec

2021-04-06 Thread Michael Paquier
On Wed, Apr 07, 2021 at 01:17:34AM +, Michael Paquier wrote: > Add some information about authenticated identity via log_connections > > The "authenticated identity" is the string used by an authentication > method to identify a particular user. In many common cases, this is the > same as the

pgsql: Add some information about authenticated identity via log_connec

2021-04-06 Thread Michael Paquier
Add some information about authenticated identity via log_connections The "authenticated identity" is the string used by an authentication method to identify a particular user. In many common cases, this is the same as the PostgreSQL username, but for some third-party authentication methods, the