Re: Disabling trust/ident authentication configure option - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Disabling trust/ident authentication configure option
Date
Msg-id 554A989E.9070503@iki.fi
Whole thread Raw
In response to Re: Disabling trust/ident authentication configure option  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: Disabling trust/ident authentication configure option  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On 05/07/2015 01:32 AM, Jim Nasby wrote:
> On 5/6/15 12:56 PM, Peter Eisentraut wrote:
>>> I think this is a sufficiently general requirement to warrant including
>>>> an option to disable this, as most hardening guides I have seen for
>>>> PostgreSQL unconditionally require to disable trust authentication and
>>>> disabling it in the code removes the need to check this in the runtime
>>>> configuration.
>> I think people would be interested in well-thought out, generalized
>> hardening facilities.  But that would likely include other things than
>> just disabling an authentication method or two.  And we can't be adding
>> a new compile-time option as we add each one.  We need a more general
>> approach.
>
> Yeah. I think one of the big use cases here is that many environments
> are OK with at least ident (if not trust) but only from the local
> machine. So you'd probably want to handle that somehow.

That's called 'peer', since 9.1.

- Heikki




pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Disabling trust/ident authentication configure option
Next
From: Andreas Karlsson
Date:
Subject: Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0