|
|
|
|
|
by curious_curios
533 days ago
|
|
Two options I’ve seen: Customer Managed Keys - You have everything encrypted in your database via a key the customer has. You request (likely automated) that key every time you process the data. They can revoke at any point, and have an audit log of every access. Self Hosting - Let the customer host your solution themselves or automate spinning up a cloud environment for them that they have full control over. Both are kind of a pain to implement, but that lets you charge more for these enterprise features. |
|