'Create datasource for Google BigQuery Plugin using the Grafana API

Issue:

I would like to steer clear of using the traditional.

       authenticationType: jwt
       clientEmail: <Service Account Email>
       defaultProject: <Default Project Name>
       tokenUri: https://oauth2.googleapis.com/token

And use a service account json file from GCP. Is there anyway of doing this?

Environment:

OpenShift running in GCP. ServiceAccount key is mounted.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source