Security: Add secrets service (#39418)
* Add secrets service * Revert accidental changes in util encryption * Make minor changes Move functional options to models Revert renaming types to models * Add context * Minor change in GetDataKey * Use CreateDataKeyWithDBSession in CreateDataKey * Handle empty DEK name in DeleteDataKey * Rename defaultProvider * Remove secrets store service
This commit is contained in:
@@ -52,6 +52,7 @@ func (*OSSMigrations) AddMigration(mg *Migrator) {
|
||||
addLiveChannelMigrations(mg)
|
||||
}
|
||||
ualert.RerunDashAlertMigration(mg)
|
||||
addSecretsMigration(mg)
|
||||
addKVStoreMigrations(mg)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user