mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
* kms encryption ctx auto fix Code to do the migration is still rough and needs clean up and further testing. * Added some further polish to enc ctx fix code path * Attempt to decrypt using other keys before trying enc ctx variations * just re-encrypt datakey instead of all of the values * Move KMS enc ctx fix code to new function * Fix RetrieveLatestVersionFromUpstream with pkg move * Fixes from code review * Include err in message displayed to user * Remove duplicate file.Close() calls in Fix kms func * move file.Close() to defer