Provisioning: Fix overwrite SecureJSONData on provisioning (#72395)

* Overwrite SecureJSONData on provisioning
This commit is contained in:
Hugo Kiyodi Oshiro
2023-07-27 11:11:43 +02:00
committed by GitHub
parent a4a87f6228
commit a912c970e3
4 changed files with 113 additions and 19 deletions
+1
View File
@@ -134,6 +134,7 @@ type UpdateDataSourceCommand struct {
ReadOnly bool `json:"-"`
EncryptedSecureJsonData map[string][]byte `json:"-"`
UpdateSecretFn UpdateSecretFn `json:"-"`
IgnoreOldSecureJsonData bool `json:"-"`
}
// DeleteDataSourceCommand will delete a DataSource based on OrgID as well as the UID (preferred), ID, or Name.