We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69c2faf + 620e3a6 commit d69788cCopy full SHA for d69788c
pkg/services/sqlstore/plugin_setting.go
@@ -61,7 +61,6 @@ func UpdatePluginSetting(cmd *m.UpdatePluginSettingCmd) error {
61
for key, data := range cmd.SecureJsonData {
62
pluginSetting.SecureJsonData[key] = util.Encrypt([]byte(data), setting.SecretKey)
63
}
64
- pluginSetting.SecureJsonData = cmd.GetEncryptedJsonData()
65
pluginSetting.Updated = time.Now()
66
pluginSetting.Enabled = cmd.Enabled
67
pluginSetting.JsonData = cmd.JsonData
0 commit comments