Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added setting to config to redact data of all types #37595

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Tiberius202
Copy link

Description
The redaction is done based on its AsString value
rather than SDR. This is based on this issue:
#36684

The bug is that credit card numbers (as in the example on the README) are often provided as int numbers. The current redaction processor ignores all fields that are not of type int.

Link to tracking issue
#36684

Fixes No way to redact non string values

Documentation
I added the setting and turned it to true in the README as redacting un-delimited credit cards would definitely be under the scope of this setting.

The redaction is done based on its AsString value
rather than SDR. This is based on this issue:
open-telemetry#36684
Copy link

CLA Missing ID CLA Not Signed

@github-actions github-actions bot added the processor/redaction Redaction processor label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
processor/redaction Redaction processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants