Commit 89958f29 by Erik Sundell

stackdriver: remove not needed scope

parent a1fee2fd
...@@ -28,10 +28,7 @@ ...@@ -28,10 +28,7 @@
"method": "GET", "method": "GET",
"url": "https://content-monitoring.googleapis.com", "url": "https://content-monitoring.googleapis.com",
"jwtTokenAuth": { "jwtTokenAuth": {
"scopes": [ "scopes": ["https://www.googleapis.com/auth/monitoring.read"],
"https://www.googleapis.com/auth/monitoring.read",
"https://www.googleapis.com/auth/cloudplatformprojects.readonly"
],
"params": { "params": {
"token_uri": "{{.JsonData.tokenUri}}", "token_uri": "{{.JsonData.tokenUri}}",
"client_email": "{{.JsonData.clientEmail}}", "client_email": "{{.JsonData.clientEmail}}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment