Commit 8962ca81 by Carl Bergquist Committed by GitHub

Merge pull request #13574 from grafana/update-stackdriver-provisioning-docs

Improve Stackdriver provisioning docs
parents 6bab602e 1a838ce7
......@@ -177,5 +177,10 @@ datasources:
tokenUri: https://oauth2.googleapis.com/token
clientEmail: stackdriver@myproject.iam.gserviceaccount.com
secureJsonData:
privateKey: "<contents of your Service Account JWT Key file>"
privateKey: |
-----BEGIN PRIVATE KEY-----
POSEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCb1u1Srw8ICYHS
...
yA+23427282348234=
-----END PRIVATE KEY-----
```
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