Re: how to secure pg_hba.conf

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: how to secure pg_hba.conf
Date: 2022-12-01 18:44:54
Message-ID: c977b52e-a3a1-4ec6-be3b-3f60033d8587@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ip visibilty 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Devienne 2022-12-01 19:05:43 Re: Stored procedure code no longer stored in v14 and v15, changed behaviour
Previous Message Christophe Pettus 2022-12-01 18:38:27 Re: how to secure pg_hba.conf