From 327b12c98f5bd016bd91f80f0ade574a073090f8 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Fri, 27 Sep 2019 18:15:29 +0000 Subject: [PATCH] Add monitoring-read scope, upstreaming TPG #2813. Signed-off-by: Modular Magician --- google/service_scope.go | 1 + 1 file changed, 1 insertion(+) diff --git a/google/service_scope.go b/google/service_scope.go index 8ff1633b10a..f3ba4c06b55 100644 --- a/google/service_scope.go +++ b/google/service_scope.go @@ -15,6 +15,7 @@ func canonicalizeServiceScope(scope string) string { "datastore": "https://www.googleapis.com/auth/datastore", "logging-write": "https://www.googleapis.com/auth/logging.write", "monitoring": "https://www.googleapis.com/auth/monitoring", + "monitoring-read": "https://www.googleapis.com/auth/monitoring.read", "monitoring-write": "https://www.googleapis.com/auth/monitoring.write", "pubsub": "https://www.googleapis.com/auth/pubsub", "service-control": "https://www.googleapis.com/auth/servicecontrol",