This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have an App running at GCP App Engine which stores data in a Cloud SQL PostgreSQL. Since this App is aimed to be used by various different clients, I need a way to guarantee to them that they are the only ones that have access to their respective data, even when I am the one who manages the cloud services on GCP. The only way I found that this could be achieved is by means of client side encryption (please correct me if I am wrong).
I couldn't find information about achieve this goal with keys been stored locally, only with keys been stored in Cloud KMS (Can this solve the problem?).Hereit was just mentioned in the overview.