mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
e1785f4eb4
* 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 |
||
---|---|---|
.. | ||
filestorage | ||
fs | ||
httpclient | ||
kvstore | ||
localcache | ||
log | ||
metrics | ||
network | ||
process | ||
remotecache | ||
serverlock | ||
tracing | ||
usagestats |