refactor: add infra-values in intent kafka events (#8264)

This commit is contained in:
Sai Harsha Vardhan
2025-06-05 18:45:06 +05:30
committed by GitHub
parent d15ee49bad
commit 4a7c08fbc5
6 changed files with 41 additions and 12 deletions

View File

@ -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 {