password-less access, without using pg_hba

From: Reece Hart <reece(at)harts(dot)net>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: password-less access, without using pg_hba
Date: 2014-02-07 02:07:47
Message-ID: CAKNDN-f91jZ2DB-eigEW0iY-+DLCp2XUNr5=Q0_ryrjZ7VPYOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2014-02-07 02:37:23 Re: password-less access, without using pg_hba
Previous Message Edson Richter 2014-02-07 00:13:40 Re: Help with connection issue - started today