1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

3 Commits

Author SHA1 Message Date
Adriano
4b99fa18b3 go lint 2019-07-11 10:30:32 -07:00
AJ Bahnken
008ce8f4de 3.3.1 bump and release notes (#477) 2019-06-11 18:06:58 +00:00
AJ Bahnken
23fb078e05 Autofix AWS KMS encryption context bug (#445)
* 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
2019-03-21 10:55:51 -07:00