Postgres authentication to multiple application servers

From: padmini <sireesha(dot)padmini(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Postgres authentication to multiple application servers
Date: 2017-01-24 23:35:24
Message-ID: 1485300924227-5940791.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi All,

We need to configure Postgres authentication for multiple application
servers.The application servers are dynamic (Few will be brought down over a
period and new servers will be added on adhoc basis).Also the servers IPs
will be changed periodically.

we cannot add/remove the application ips to pg_hba.conf file frequently as
it requires restart of Postgres services.

Please suggest the best authentication method in this case.We are planning
to use trust in pg_hba.conf and control the access at db level using
Username and password.

Can we proceed with it?

Regards,
Padmini

--
View this message in context: http://postgresql.nabble.com/Postgres-authentication-to-multiple-application-servers-tp5940791.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Rita 2017-01-25 02:02:30 xpath query
Previous Message Tom Lane 2017-01-24 22:30:48 Re: get error message of COPY command after using PQputCopyEnd