mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 21:45:26 +01:00
* Fix KMS encryption context handling The code copying encryption context value strings to a map containing string pointers was incorrectly getting a pointer to a string variable which is being re-used by the for loop, causing all keys to point to the same value string. * Extract helper method for KmsKey to KMS MasterKey conversion * Add test for kmsKeyToMasterKey helper function