grafana/pkg/plugins
Gabriel MABILLE 25b30aeb6d
Plugin: Enable service account based on plugin settings on init (#77193)
* Disable plugin service account

* Revert extsvc injection

* handle plugin state changes

* Use isProxyEnabled

* Remove plugininteg changes

* Change update function to also work for mysql 😩

* Plugin: enable service account based on plugin settings on
initialization

* Remove misleading comment

* Fix tests

* test message

* Clean up tests

* Simplify tests

* Re-order imports

* Remove unecessary comment

* Enable datasource plugins by default

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>

---------

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
2023-10-27 14:27:06 +02:00
..
auth Plugin: Enable service account based on plugin settings on init (#77193) 2023-10-27 14:27:06 +02:00
backendplugin Update grafana-plugin-go-sdk to v0.187.0 (#76816) 2023-10-19 16:17:31 +02:00
codegen Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
config Feature: Allow to skip plugin loading (#74840) 2023-09-14 12:58:12 +02:00
envvars Plugins: Automatic service account (and token) setup (#76473) 2023-10-17 16:21:23 +02:00
httpresponsesender Plugins: Refactor call resource API handling (#67234) 2023-04-28 14:02:27 +02:00
log Plugins: Adds logging around loading of plugins for better tracking (#76896) 2023-10-25 14:01:30 +02:00
manager Plugin: Enable service account based on plugin settings on init (#77193) 2023-10-27 14:27:06 +02:00
pfs Plugins: Automatic service account (and token) setup (#76473) 2023-10-17 16:21:23 +02:00
plugindef Plugins: Automatic service account (and token) setup (#76473) 2023-10-17 16:21:23 +02:00
pluginrequestmeta Plugins: Add status_source label to plugin request metrics (#76236) 2023-10-17 10:27:45 +02:00
pluginscdn Plugins: Bump SystemJS to 6.14.2 (#70068) 2023-08-31 15:45:44 +02:00
repo Plugins: Add managed instance installation resources (#76767) 2023-10-24 16:21:37 +02:00
storage Chore: capitalise logs in other backend packages (#74344) 2023-09-04 22:25:43 +02:00
errors.go Plugins: Add status_source label to plugin request metrics (#76236) 2023-10-17 10:27:45 +02:00
ifaces.go Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
localfiles_test.go Plugins: Fix files with two dots in the name not being returned by LocalFS.Files() (#67395) 2023-04-27 16:19:13 +02:00
localfiles.go Plugins: Fix files with two dots in the name not being returned by LocalFS.Files() (#67395) 2023-04-27 16:19:13 +02:00
models.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
plugins_test.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
plugins.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
test_utils.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00