Re: pgbackrest - hiding the encryption password

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: pgbackrest - hiding the encryption password
Дата
Msg-id 20210519183325.GM20766@tamriel.snowman.net
обсуждение исходный текст
Ответ на pgbackrest - hiding the encryption password  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: pgbackrest - hiding the encryption password  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general
Greetings,

* Ron (ronljohnsonjr@gmail.com) wrote:
> Currently on our RHEL 7.8 system, /etc/pgbackrest.conf is root:root and 633
> perms.  Normally, that's ok, but is a horrible idea when it's a plaintext
> file, and stores the pgbackrest encryption password.
>
> Would pgbackrest (or something else) break if I change it to
> postgres:postgres 600 perms?

As long as it can be read by the user performing backups/restores and
archive-push/archive-get, it should be fine.

> Is there a better way of hiding the password so that only user postgres can
> see it?

This is a bit like asking how to 'hide' the encrypted private key for
SSL/TLS.  Anywhere you hide it, if you want things to actually work in
an automated fashion, is also going to need to be available all the
time..  In particular, archive-push gets run a lot and you don't want
that to fail or to wait for someone to provide an encryption key.

Thanks,

Stephen

Вложения

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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: pgbackrest info of encrypted seems broken
Следующее
От: atirek khare
Дата:
Сообщение: Question: pgp_sym_decrypt/pgp_sym_encrypt