Allow installation of plugins from arbitrary URLs #1572
Labels
enhancement
New feature or request
needs triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is your feature request related to a problem? Please describe.
I want to install the "explore-logs" experimental Grafana plugin. This isn't available on Grafana's "store" and must be loaded from a provided URL. This isn't possible as the
Datasource
andDashboard
CRs don't expose a URL field for theplugins
. Further it isn't possible to set theGF_INSTALL_PLUGINS
env variable manually, as the operator overrides this.(If applicable)If your feature request solves a bug please provide a link to the community issue
#1393 (comment)
Describe the solution you'd like
A few variants of solutions I'd consider functional:
GF_INSTALL_PLUGINS
env variable in the Grafana CRD and merge the result instead of overriding it.Describe alternatives you've considered / Additional context
I'm not sure how this would interop with the "app" plugins problems with enablement (doesn't seem to effect the explore-logs plugin despite this being described as an "app") - #1392
The text was updated successfully, but these errors were encountered: