Azure / azure-postgresql

Azure Database for PostgreSQL (fully managed service for PostgreSQL in Azure)
MIT License
77 stars 78 forks source link

Separate KEK for different databases in the same server #103

Open xuto2 opened 1 year ago

xuto2 commented 1 year ago

We are working on a solution based on PostgreSQL in Azure that will need multi-tenancy support, in which case our customers will want to use their own KEK for their data. We can give them separate database, but the current encryption KEK is at the server level. So we're wondering if it's possible to have different KEK for different databases in the same PostgreSQL server?