Search Postgresql Archives

Encryption of Data Specific to a Tenant in PostgreSQL database | General Idea

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



HI All,

For POstgreSQL database to store data for multiple tenants, the approach decided was to have 
Shared Database (Holding data for all tenants) 
      => Data would be segregated on basis of some additional column (tennatid,different tenants having different tenantId)
           => Data would be accessed through Views on the basis of tenantId value. 

This is the basic process of most of the customers who are trying to implement multiple tenants in PostgreSQL, rather than choosing separate databases for each tenant.

Now we need to encrypt the data related to a tenantId, so that now one knows this data belongs to which tenant even from Operations group.
Is there a method in POstgreSQL for encrypting data with different keys with respect to different values in a single column.  Moreover pg_crypto will impose a single key on the column. 

Please share your thoughts in which direction i can start analysing this area for encryption of data specific to a tenant.

Thanks in advance.
Best Regards,
Jagmohan
Senior Consultant, TecoreLabs. 

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux