mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
refactor: add infra-values in intent kafka events (#8264)
This commit is contained in:
committed by
GitHub
parent
d15ee49bad
commit
4a7c08fbc5
@ -49,6 +49,7 @@ pub struct KeyManagerState {
|
||||
pub ca: Secret<String>,
|
||||
#[cfg(feature = "keymanager_mtls")]
|
||||
pub cert: Secret<String>,
|
||||
pub infra_values: Option<serde_json::Value>,
|
||||
}
|
||||
|
||||
pub trait GetKeymanagerTenant {
|
||||
|
||||
Reference in New Issue
Block a user