mirror of https://github.com/grafana/grafana.git
stackdriver: remove not needed scope
This commit is contained in:
parent
a1fee2fd8a
commit
89958f2933
|
|
@ -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…
Reference in New Issue