Issue with configuration parameter "require_auth"

From: "Gaisford, Phillip" <phillip(dot)gaisford(at)hpe(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Issue with configuration parameter "require_auth"
Date: 2024-07-17 15:09:39
Message-ID: DM4PR84MB15172CC4665076AB1248F3CC8DDF2@DM4PR84MB1517.NAMPRD84.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am having trouble using require_auth (https://www.postgresql.org/docs/16/libpq-connect.html#LIBPQ-CONNECT-REQUIRE-AUTH)

Using golang sqlx.Connect on the client side, the connection fails and my Postgresql 16 server logs the following:

2024-07-17 14:42:07.285 UTC [115] FATAL: unrecognized configuration parameter "require_auth"

What could the issue be?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2024-07-17 15:23:55 Re: Issue with configuration parameter "require_auth"
Previous Message Tom Lane 2024-07-17 14:50:33 Re: Support of Postgresql 15 for Sles15Sp6