From 03012f9bb8b2aae00728b80bd3dfc774f79517c8 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sat, 1 Aug 2020 18:31:06 +0200 Subject: [PATCH] Update README.md --- cloud-operations/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cloud-operations/README.md b/cloud-operations/README.md index e2965a6a..016a5f86 100644 --- a/cloud-operations/README.md +++ b/cloud-operations/README.md @@ -12,9 +12,7 @@ The example's feed tracks changes to Google Compute instances, and the Cloud Fun ## Granular Cloud DNS IAM via Service Directory - This [example](./dns-fine-grained-iam) shows how to leverage Service Directory](https://cloud.google.com/blog/products/networking/introducing-service-directory) and Cloud DNS Service Directory private zones, to implement fine-grained IAM controls on DNS. - -The example creates a Service Directory namespace with services and endpoints, a Cloud DNS private zone that uses the namespace as its authoritative source, service accounts with different levels of permissions, and VMs to quickly test them. + This [example](./dns-fine-grained-iam) shows how to leverage Service Directory](https://cloud.google.com/blog/products/networking/introducing-service-directory) and Cloud DNS Service Directory private zones, to implement fine-grained IAM controls on DNS. The example creates a Service Directory namespace, a Cloud DNS private zone that uses it as its authoritative source, service accounts with different levels of permissions, and VMs to test them.