mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
refactor(router): remove pii-encryption-script feature and use of timestamps for decryption (#1350)
This commit is contained in:
@ -119,7 +119,6 @@ pub struct Store {
|
||||
#[cfg(feature = "kv_store")]
|
||||
pub(crate) config: StoreConfig,
|
||||
pub master_key: Vec<u8>,
|
||||
pub migration_timestamp: i64,
|
||||
}
|
||||
|
||||
#[cfg(feature = "kv_store")]
|
||||
@ -183,7 +182,6 @@ impl Store {
|
||||
drainer_num_partitions: config.drainer.num_partitions,
|
||||
},
|
||||
master_key: master_enc_key,
|
||||
migration_timestamp: config.secrets.migration_encryption_timestamp,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user