mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(kms): fix kms decryption for jwe keys (#1872)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user