ConfigHubPub / ConfigHubPlatform

ConfigHub Platform
https://www.confighub.com
GNU General Public License v3.0
68 stars 25 forks source link

Decrypt encrypted property before update otherwize the value is emptied #188

Open tizard34 opened 2 years ago

tizard34 commented 2 years ago

When we want to modify an encrypted property without first decrypting its value (for example, we just want to update a context value), the value is emptied.

The solution is to force the decryption before sending the POST request to the saveProperty service.