Re: Permissions

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Permissions
Дата
Msg-id CAKFQuwYmVCivzkZ_NqRskqXX0EN2DJchu7xmLCxAFBtdScsaYQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Permissions  (Andre Labuschagne <technical@eduadmin.com>)
Ответы Re: Permissions  (Andre Labuschagne <technical@eduadmin.com>)
Список pgsql-novice
On Tue, Sep 20, 2016 at 1:53 PM, Andre Labuschagne <technical@eduadmin.com> wrote:
Thanks for that.  So PG de facto has absolutely no security while in transit then.  That is what we are trying to establish.

​Your definition of "in transit" is unusual...someone obtaining a copy of a backup (or any data files) is generally considered "data at rest".​  Data in transit is stuff flowing on the wires when you, e.g., connect psql to the database and makes queries.  The server is capable of leveraging SSL to setup secure tunnels for data in transit.  The server does not itself encrypt data at rest whether it is the data files, WAL, or in-memory data buffers.  Supplemental options in this area are present but I am unfamiliar with them.

David J.

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

Предыдущее
От: Andre Labuschagne
Дата:
Сообщение: Re: Permissions
Следующее
От: Andre Labuschagne
Дата:
Сообщение: Re: Permissions