fix(kms): fix kms decryption for jwe keys (#1872)

This commit is contained in:
Sampras Lopes
2023-08-07 14:30:18 +05:30
committed by GitHub
parent 985ff6ba41
commit ddc0302298

View File

@ -13,9 +13,9 @@ impl KmsDecrypt for settings::Jwekey {
kms_client: &KmsClient,
) -> CustomResult<Self::Output, KmsError> {
(
self.locker_encryption_key1,
self.locker_encryption_key2,
self.locker_decryption_key1,
self.locker_encryption_key1,
self.locker_decryption_key2,
self.vault_encryption_key,
self.vault_private_key,