Re: Permissions

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Andre Labuschagne <technical(at)eduadmin(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Permissions
Date: 2016-09-20 21:30:36
Message-ID: CAKFQuwbNvJHW_5Cq+nQaUkqrB642bJeywm27KWppk6=ZUa6XLA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Sep 20, 2016 at 2:17 PM, Andre Labuschagne <technical(at)eduadmin(dot)com>
wrote:

>
> Hi David
>
> Our usage of the terms is the exact opposite.
>
> I am simply referring to the database being taken else mounted and
> accused. We can refer to that as at rest. If we restrict access when it
> has “left” the initial PG server and mounted onto another PG server then we
> have a solution. But your reference to the little tool that enables trust
> seems to blow all security out of the water. It is troublesome.
>
>
​There are many external tools that will encrypt files. You can also setup
a filesystem that has encryption features.​ You don't necessarily need the
full cooperation of PostgreSQL to make things meet your
definition/trade-off of secure.

IMHO, The "little tool that enables trust" really isn't a problem by itself
(and its not really a tool...) but rather has a slight impact of the
potential risk surface and learning curve. It probably shouldn't be used
in production but can come in handy in other setups. You've already lost
once some gets a hold of unencrytped data files - a problem that can be
readily solved outside of PostgreSQL - that its a bit easier to spin up the
database and access the database is just opening the barn door a bit
further.

There are many others on these lists, and in the community, more
knowledgeable in security than I. It can be made considerably more secure
than it comes "out of the box".

David J.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andre Labuschagne 2016-09-20 21:47:53 Re: Permissions
Previous Message Skylar Thompson 2016-09-20 21:23:12 Re: Permissions