stackdriver: remove not needed scope

pull/13671/head
Erik Sundell 7 years ago
parent a1fee2fd8a
commit 89958f2933
  1. 5
      public/app/plugins/datasource/stackdriver/plugin.json

@ -28,10 +28,7 @@
"method": "GET",
"url": "https://content-monitoring.googleapis.com",
"jwtTokenAuth": {
"scopes": [
"https://www.googleapis.com/auth/monitoring.read",
"https://www.googleapis.com/auth/cloudplatformprojects.readonly"
],
"scopes": ["https://www.googleapis.com/auth/monitoring.read"],
"params": {
"token_uri": "{{.JsonData.tokenUri}}",
"client_email": "{{.JsonData.clientEmail}}",

Loading…
Cancel
Save