Skip to content

feat(redaction): add configurable sensitive data redaction#106

Merged
georgidhristov merged 1 commit into
mainfrom
feat/configurable-sensitive-data-redaction
Jun 6, 2026
Merged

feat(redaction): add configurable sensitive data redaction#106
georgidhristov merged 1 commit into
mainfrom
feat/configurable-sensitive-data-redaction

Conversation

@georgidhristov

Copy link
Copy Markdown
Collaborator

Issues

Closes #85
Closes #86
Closes #87
Closes #88

Description

Adds configurable sensitive data redaction support for captured requests and responses.

This change introduces options that allow users to define data that should be automatically redacted before it is stored or displayed by DebugProbe.

Added

  • Configurable sensitive data redaction
  • Header redaction support
  • Query parameter redaction support
  • JSON body field redaction support

Benefits

  • Prevents accidental exposure of sensitive information
  • Improves security when using DebugProbe in shared environments
  • Gives users full control over what data is redacted
  • Maintains existing DebugProbe workflow while adding privacy protections

@georgidhristov georgidhristov merged commit 4f466c6 into main Jun 6, 2026
1 check passed
@georgidhristov georgidhristov deleted the feat/configurable-sensitive-data-redaction branch June 6, 2026 21:04
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.

Add JSON body field redaction Add query parameter redaction Add configurable header redaction Add configurable sensitive data redaction

1 participant