| От | Steve Crawford |
|---|---|
| Тема | Re: password-less access, without using pg_hba |
| Дата | |
| Msg-id | 52F50979.2070904@pinpointresearch.com обсуждение исходный текст |
| Ответ на | password-less access, without using pg_hba (Reece Hart <reece@harts.net>) |
| Ответы |
Re: password-less access, without using pg_hba
|
| Список | pgsql-general |
On 02/06/2014 06:07 PM, Reece Hart wrote: > 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. > Ignoring the scary security issues.... If you can't access pg_hba.conf how about just sticking pgbouncer or similar in the middle and have your users connect through that? Cheers, Steve
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера