Re: [HACKERS] Client Connection redirection support for PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Client Connection redirection support for PostgreSQL
Дата
Msg-id 8435.1518560601@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Client Connection redirection support for PostgreSQL  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] Client Connection redirection support for PostgreSQL
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> -- might need some defense against the redirected-to server getting
> the same password as was sent to the original server.  Is that a
> security risk?  Does HTTP have a rule about this?

Without having read any of the previous discussion ... I'd say that if the
redirect info is placed in pg_hba.conf then I would expect a redirect to
happen before any authentication exchange, so that this is not an issue.
Perhaps it would be a good security measure for clients to refuse a
redirect once they've sent any auth-related messages.

But ... pg_hba.conf?  Really?  Surely that is a completely random and
inappropriate place to control redirection?

            regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Patrick Krecker
Дата:
Сообщение: TODO item: WAL replay of CREATE TABLESPACE with differing directory structure
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Add more information_schema columns