Closed teceP closed 3 months ago
I think the above comment is spam.
I will answer you after checking the contents of the issue.
Yeah me too, already reported this user. :)
I just figured it out! Instead of using a env var inside the json string, It work with this:
..
secureJsonData:
jwt: $GA_DS_JWT
And inside of the GA_DS_JWT env var is the whole jwt json string.
I will close this issue now, thank you for your fast reply!
Thanks for this plugin!
Id like to make a provisioning of the datasource in my helmcharts.
I tried:
and the GA_DS_PRIVATE_KEY value contains the private key:
When I want to test the connection to the Analytics API, I always get this error:
I already tried to privisioning with plaintext in jsonData key and without the environment variable way, but this doesnt work neither. The private key (the value of the env var) is actually a valid private PKCS8 key.
What is the best (or any working) way to do this? Thanks in advance.
Grafana: 10.4.7 Plugin version: latest(?)