Skip to content

Gcvcallp 3053#143

Closed
kordian-pawelec wants to merge 6 commits into
4.0-genesysfrom
GCVCALLP-3053
Closed

Gcvcallp 3053#143
kordian-pawelec wants to merge 6 commits into
4.0-genesysfrom
GCVCALLP-3053

Conversation

@kordian-pawelec

Copy link
Copy Markdown
Collaborator

Adding a mechanism to override redact pattern with 4 modes: replace|append|prepend|format

PII input: sip:user@domain.com

Mode Config Output
replace redact_pii_ = 1 redact_template = "REDACTED" redact_mode = "replace" REDACTED

append redact_pii_ = 1 redact_template = "[PII]" redact_mode = "append" sip:user@domain.com[PII]

prepend redact_pii_ = 1 redact_template = "[PII]" redact_mode = "prepend" [PII]sip:user@domain.com

format redact_pii_ = 1 redact_template = "GenesysPII<%s>" redact_mode = "format" GenesysPIIsip:user@domain.com

Default (no template/mode configured): redact_pii_ = 1 → ****

https://inindca.atlassian.net/browse/GCVCALLP-3053

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 8 complexity

Metric Results
Complexity 8

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@davidtrihy-genesys

Copy link
Copy Markdown
Collaborator

Just to flag one thing about this PR, most of the changes are related to adding back in the redact_pii

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants