stackdriver: remove not needed scope

This commit is contained in:
Erik Sundell 2018-10-16 09:47:21 +02:00
parent a1fee2fd8a
commit 89958f2933
1 changed files with 1 additions and 4 deletions

View File

@ -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}}",