diff --git a/cloud-operations/README.md b/cloud-operations/README.md index 4b2436371..e2965a6a5 100644 --- a/cloud-operations/README.md +++ b/cloud-operations/README.md @@ -12,4 +12,9 @@ The example's feed tracks changes to Google Compute instances, and the Cloud Fun ## Granular Cloud DNS IAM via Service Directory -TODO(ludoo): publish the working example + 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. + +
+