password-less access, without using pg_hba - Mailing list pgsql-general

From Reece Hart
Subject password-less access, without using pg_hba
Date
Msg-id CAKNDN-f91jZ2DB-eigEW0iY-+DLCp2XUNr5=Q0_ryrjZ7VPYOw@mail.gmail.com
Whole thread Raw
Responses Re: password-less access, without using pg_hba
Re: password-less access, without using pg_hba
Re: password-less access, without using pg_hba
List pgsql-general
I'd like to provide public access, without a password, to a database hosted on Amazon RDS.

I'm familiar with using pg_hba.conf to enable trust (no) authentication for a user. pg_hba.conf is not available to DBAs on RDS.

Is there any other way to achieve password-less login in postgresql? I tried alter user password NULL.

Thanks,
Reece

pgsql-general by date:

Previous
From: Edson Richter
Date:
Subject: Re: Help with connection issue - started today
Next
From: David Johnston
Date:
Subject: Re: password-less access, without using pg_hba