-
Notifications
You must be signed in to change notification settings - Fork 77
project id not accepted #317
Comments
I can confirm that we are experiencing this same issue using the plugin with GCE default service accounts. |
FWIW, my workaround was to just create something random (I forget what), then go into
|
@symbiont-ji You are awesome. Thanks for the workaround. The issue must be in not properly persisting the flatRateProject. |
The workaround just stopped working on me. I checked the database, and it hasn't changed. Weird. My queries look like this:
|
Managed to finally solve it. Will be released on plugin version 2.0.2 |
@ofir5300 Hi, I'm facing the same issue here. Just checked the fix date and it seems that v2.0.2 zip file doesn't have the fix. How can I use the latest version that has the fix? Note: I following from your docs:
Thanks 😄 |
Bug Report
Trying to set up the bigquery-grafana data source on a GCE instance. The instance has the right scopes and is running under a service account with the right roles. To verify, I run this query from a shell, and I get back the expected results:
bq query 'select * from billing.gcp_billing_export_v1_XXXXX limit 10'
(obviously I'm masking my real billing account!).So this is not a simple case of bad permissions.
Expected Behavior
Proper installation of the datasource
Actual Behavior
No matter what I enter as project id, or even if I leave it blank, I get back this screen
It's as if it is not accepting the project at all, but neither is it getting it from the metadata server.
curl -H 'Metadata-Flavor: Google' http://169.254.169.254/computeMetadata/v1/project/project-id
gives the correct project id, of course.More information:
The text was updated successfully, but these errors were encountered: