grafana/pkg/server
lean.dev e1785f4eb4
Secret migration from Sql KV Store to Secret Plugin (#52191)
* Created PluginSecretMigrationService to be able to migrate from the secrets table from the database to the secret plugin. Added migration which takes all the secrets at the sql store and stores it in the plugin. Then deletes all the secrets from the sql
* Added secretsKVStoreSQL.GetAll() method to return all the secrets at the sql table
* Renaming kvstore_test.go as sql_test.go, adding GetAll test case. Fixing decryption of keys
2022-07-19 14:42:23 -03:00
..
backgroundsvcs ServiceAccounts: Add Prometheus metrics service (#51831) 2022-07-07 10:03:16 -04:00
usagestatssvcs Chore: Add Usage stats providers registry (#48357) 2022-04-28 13:06:49 +04:00
server_test.go Secrets: Improve unified secrets migration and implement compatibility flag (#50463) 2022-07-12 17:27:37 -03:00
server.go Secrets: Improve unified secrets migration and implement compatibility flag (#50463) 2022-07-12 17:27:37 -03:00
test_env.go Chore: Remove bus from ngalert (#44465) 2022-01-26 16:42:40 +01:00
wire.go Secret migration from Sql KV Store to Secret Plugin (#52191) 2022-07-19 14:42:23 -03:00
wireexts_oss.go WIP: Add private Secret Manager Plugins support to plugin platform (#49544) 2022-06-09 13:19:27 -04:00