Re: Encryption with customer provided key in a multi tenant Postgres JSONB DB

2020-11-12 Thread Michael Lewis
On Wed, Nov 11, 2020 at 10:49 PM Saurav Sarkar wrote: > We have a multi tenant application where for each tenant we create > separate tables . So for e.g. if i have 100 tenants then i have 100 tables. > Depending how many tables each client gets and what you expect your tenant growth may be like

Re: Encryption with customer provided key in a multi tenant Postgres JSONB DB

2020-11-12 Thread Bruce Momjian
On Thu, Nov 12, 2020 at 11:57:27AM +0530, Saurav Sarkar wrote: > Hi David, > > Thanks for the reply. > > I just wanted to check if there is any possibility or any activity ongoing > which can enable database or fine granular level encryption in future. > > Probably then i can wait otherwise i ha

Re: Encryption with customer provided key in a multi tenant Postgres JSONB DB

2020-11-11 Thread Saurav Sarkar
Hi David, Thanks for the reply. I just wanted to check if there is any possibility or any activity ongoing which can enable database or fine granular level encryption in future. Probably then i can wait otherwise i have to move towards Client Side encryption as you mentioned. Best Regards, Saur

Re: Encryption with customer provided key in a multi tenant Postgres JSONB DB

2020-11-11 Thread David G. Johnston
On Wed, Nov 11, 2020 at 10:49 PM Saurav Sarkar wrote: > We have a multi tenant application where for each tenant we create > separate tables . So for e.g. if i have 100 tenants then i have 100 tables. > > Now we want to have encryption for the data in the tables with the tenant > provided key. Is

Encryption with customer provided key in a multi tenant Postgres JSONB DB

2020-11-11 Thread Saurav Sarkar
ted a similar question on SF https://stackoverflow.com/questions/64719415/encryption-with-customer-provided-key-in-a-multi-tenant-postgres-jsonb-db Best Regards, Saurav