grafana/pkg/infra
Michael Mandrus 277ea836b6
Secrets: Implement migration of secrets from plugin back to unified secrets (#53561)
* initial cut at migration from plugin

* create new migration from plugin

* only migrate to or from, not both

* remove cfg check from plugin migration itself

* update comments, clean up secret after migration

* add better error handling

* hook up REST API with migrations

* Minor fixes

* fix wire injection issue

* modify migrator to access plugin calls directly. create unit tests

* change pre-migration checks in admin api

* stop plugin after migrating from it

* fix compile issues after merge

* add comment about migration

* fix linting issue

* bleh, fix unit test

* fix another unit test

* update plugin error fatal flag after a migration from the plugin

* add extra logging to migration

* make linter happy

Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com>
2022-08-24 16:24:50 -04:00
..
filestorage Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
fs Remove ioutil.ReadDir from usage (#53550) 2022-08-11 07:21:12 -04:00
httpclient Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
kvstore Allow empty value in kv_store (#53416) 2022-08-10 10:48:14 +02:00
localcache Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
log Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
metrics Public Dashboards: count public dashboards view requests (#52419) 2022-07-19 11:50:37 -03:00
network Backend: fix IPv6 address parsing erroneous (#28585) 2020-11-25 07:55:22 +01:00
process PluginsCatalog: adding error information about disabled plugins. (#39171) 2021-09-20 09:08:00 +02:00
remotecache Chore: Remove Wrap (#50048) 2022-06-03 09:24:24 +02:00
serverlock Secrets: Implement migration of secrets from plugin back to unified secrets (#53561) 2022-08-24 16:24:50 -04:00
tracing fix the event attributes (#54117) 2022-08-24 09:59:06 -05:00
usagestats Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 2022-08-11 13:28:55 +02:00