feat(events): add masked json serializer for logging PII values (#2681)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Sampras Lopes
2023-10-27 12:58:09 +05:30
committed by GitHub
parent 6dc71fe992
commit 13c66df92c
20 changed files with 518 additions and 48 deletions

View File

@ -62,7 +62,7 @@ pub struct MandateCardDetails {
pub card_fingerprint: Option<Secret<String>>,
}
#[derive(Clone, Debug, Deserialize, ToSchema)]
#[derive(Clone, Debug, Deserialize, ToSchema, Serialize)]
#[serde(deny_unknown_fields)]
pub struct MandateListConstraints {
/// limit on the number of objects to return