mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +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,
|
kms_client: &KmsClient,
|
||||||
) -> CustomResult<Self::Output, KmsError> {
|
) -> CustomResult<Self::Output, KmsError> {
|
||||||
(
|
(
|
||||||
|
self.locker_encryption_key1,
|
||||||
self.locker_encryption_key2,
|
self.locker_encryption_key2,
|
||||||
self.locker_decryption_key1,
|
self.locker_decryption_key1,
|
||||||
self.locker_encryption_key1,
|
|
||||||
self.locker_decryption_key2,
|
self.locker_decryption_key2,
|
||||||
self.vault_encryption_key,
|
self.vault_encryption_key,
|
||||||
self.vault_private_key,
|
self.vault_private_key,
|
||||||
|
|||||||
Reference in New Issue
Block a user