Re: how to secure pg_hba.conf - Mailing list pgsql-general

From Ron
Subject Re: how to secure pg_hba.conf
Date
Msg-id c977b52e-a3a1-4ec6-be3b-3f60033d8587@gmail.com
Whole thread Raw
In response to how to secure pg_hba.conf  (Rizwan Shaukat <rizwan.shaukat@hotmail.com>)
List pgsql-general
On 12/1/22 07:45, Rizwan Shaukat wrote:
> Hi,
>
> we hv requiremnt from security to secure pg_hba.conf file was encryption or password protected on server to protect
ipvisibilty because these server access by application n thy can amend as well. how we can achive it pls
 

pg_hba.conf should only be readable by user postgres, while your application 
should not be running as user postgres.  Thus, there should not be a problem.

-- 
Angular momentum makes the world go 'round.



pgsql-general by date:

Previous
From: Christophe Pettus
Date:
Subject: Re: how to secure pg_hba.conf
Next
From: Dominique Devienne
Date:
Subject: Re: Stored procedure code no longer stored in v14 and v15, changed behaviour