From 14463dc93fa9a6e18486b2baa52add2c844a5c35 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Wed, 10 Jun 2020 18:41:55 +0200 Subject: [PATCH] Update README.md --- data-solutions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-solutions/README.md b/data-solutions/README.md index f8f70d75..bff07f7a 100644 --- a/data-solutions/README.md +++ b/data-solutions/README.md @@ -6,6 +6,6 @@ They are meant to be used as minimal but complete starting points to create actu ## Examples -### CMEK for Cloud Storage and Compute Engine via centralized KMS +### GCE and GCS CMEK via centralized Cloud KMS This [example](./cmek-via-centralized-kms/) implements [CMEK](https://cloud.google.com/kms/docs/cmek) for GCS and GCE, via keys hosted in KMS running in a centralized project. The example shows the basic resources and permissions for the typical use case of application projects implementing encryption at rest via a centrally managed KMS service.