TDE implementation in postgres which is in docker container
Hi All,
How to implement TDE in postgres which is running docker containers.
Thanks in advance.
Regards,
Vasu Madhineni
On 7/24/20 11:38 AM, Vasu Madhineni wrote:
Hi All,
How to implement TDE in postgres which is running docker containers.
Postgres does not have TDE. You need to encrypt at the filesystem level.
--
Angular momentum makes the world go 'round.
On Sat, Jul 25, 2020 at 10:24:26AM -0500, Ron <ronljohnsonjr@gmail.com> wrote:
On 7/24/20 11:38 AM, Vasu Madhineni wrote:
Hi All,
How to implement TDE in postgres which is running�docker containers.
Postgres does not have TDE.� You need to encrypt at the filesystem level.
ecryptfs works really well with postgres (i.e. no performance penalty that
I could measure) and should probably be usable with docker (but I haven't
done that so I don't know the details).
cheers,
raf