Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Not able to set Processing Location in ConfigMap #211

Closed
mihail-i4v opened this issue Mar 3, 2020 · 2 comments
Closed

Not able to set Processing Location in ConfigMap #211

mihail-i4v opened this issue Mar 3, 2020 · 2 comments
Assignees

Comments

@mihail-i4v
Copy link
Contributor

Bug Report

I'm configuring the Processing Location variable to EU with the following ConfigMap:

apiVersion: v1
kind: ConfigMap
metadata:
  name: grafana-datasource-bigquery-jwt
  namespace: monitoring
  labels:
    manually_added: "true"
    grafana_datasource: "1"
data:
  bigquery-datasource-jwt.yaml: |-
    apiVersion: 1
    datasources:
    - name: Google BigQuery JWT
      type: doitintl-bigquery-datasource
      access: proxy
      jsonData:
        authenticationType: jwt
        clientEmail: [..]
        defaultProject: [..]
        tokenUri: https://oauth2.googleapis.com/token
        processingLocations: EU
        sendUsageData: false
      secureJsonData:
          privateKey: |
            -----BEGIN PRIVATE KEY-----
            [..]
            -----END PRIVATE KEY-----
      version: 2
      readOnly: false

Expected Behavior

When I go to Grafana Configuration -> Data Sources -> Google BigQuery JWT I expect to see Processing Location set to European Union (EU).

Actual Behavior

Processing Location has selected an empty value.

Specifications

  • Version: 1.0.6
  • Platform: Kubernetes
  • Grafana Version: Grafana v6.3.5 (commit: 67bad72)
@avivl avivl self-assigned this Mar 3, 2020
@avivl avivl added the bug Something isn't working label Mar 3, 2020
@avivl avivl added this to the 1.0.7 milestone Mar 3, 2020
@avivl
Copy link
Contributor

avivl commented Mar 3, 2020

@mihail-sky can you try with processingLocation and not processingLocations

@mihail-i4v
Copy link
Contributor Author

@avivl seems this option is working from what I can see in the dashboard. I am not able to verify from the datasource page though.

Screenshot 2020-03-03 at 16 04 59

Previously, I found processingLocations here and that's what got me confused.

Thank you for the quick help!

@avivl avivl removed the bug Something isn't working label Mar 4, 2020
@avivl avivl closed this as completed Mar 4, 2020
@avivl avivl removed this from the 1.0.7 milestone Mar 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants