grafana/pkg/services/secrets
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
..
database Encryption: Re-order error check (#52251) 2022-07-14 23:53:43 +02:00
fakes Encryption: Fix multiple data keys migration (#49848) 2022-06-04 12:55:49 +02:00
kvstore Secret migration from Sql KV Store to Secret Plugin (#52191) 2022-07-19 14:42:23 -03:00
manager Encryption: Add support to run secrets migrations even when EE is disabled (#51705) 2022-07-15 18:33:34 +02:00
migrator Encryption: Expose secrets migrations through HTTP API (#51707) 2022-07-18 08:57:58 +02:00
secrets.go Encryption: Expose secrets migrations through HTTP API (#51707) 2022-07-18 08:57:58 +02:00
types.go Encryption: Fix multiple data keys migration (#49848) 2022-06-04 12:55:49 +02:00