mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat: add env variable for enable key manager service (#5442)
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
This commit is contained in:
@ -23,6 +23,7 @@ use crate::{
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct KeyManagerState {
|
||||
pub enabled: Option<bool>,
|
||||
pub url: String,
|
||||
pub client_idle_timeout: Option<u64>,
|
||||
#[cfg(feature = "keymanager_mtls")]
|
||||
|
||||
Reference in New Issue
Block a user