Re: SSL passphrase prompt external command

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: SSL passphrase prompt external command
Дата
Msg-id 20180223140332.GB9580@paquier.xyz
обсуждение исходный текст
Ответ на Re: SSL passphrase prompt external command  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Fri, Feb 23, 2018 at 08:16:12AM -0500, Robert Haas wrote:
> On Thu, Feb 22, 2018 at 10:14 PM, Peter Eisentraut
> <peter.eisentraut@2ndquadrant.com> wrote:
>> Here is a patch that adds a way to specify an external command for
>> obtaining SSL passphrases.  There is a new GUC setting
>> ssl_passphrase_command.
>>
>> Right now, we rely on the OpenSSL built-in prompting mechanism, which
>> doesn't work in some situations, including under systemd.  This patch
>> allows a configuration to make that work, e.g., with systemd-ask-password.
>
> I have not reviewed the patch, but count me as an enthusiastic +1 for
> the concept.

+1 as well, as someone who actually began looking at the patch :)
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [bug fix] Cascaded standby cannot start after a clean shutdown
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] advanced partition matching algorithm forpartition-wise join