grafana / grafana-plugin-examples

181 stars 52 forks source link

App with service account: Use config from request context #259

Closed andresmgot closed 5 months ago

andresmgot commented 6 months ago

Avoid using environment variables (which are kind of deprecated).

Requires the changes in https://github.com/grafana/grafana-plugin-sdk-go/pull/940

Fixes https://github.com/grafana/grafana-plugin-examples/issues/258

andresmgot commented 5 months ago

ignoring the error in panel-basic since it's not related to this PR