-
Notifications
You must be signed in to change notification settings - Fork 564
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
Add Redaction to otelhttp #3895
Labels
Comments
fpozzobon
added
area: instrgen
Related to the instrgen package
enhancement
New feature or request
labels
Jun 1, 2023
fpozzobon
pushed a commit
to fpozzobon/opentelemetry-go-contrib
that referenced
this issue
Jun 1, 2023
Adding redaction option to request and response so consumer of the library can hide sensitive values References: open-telemetry#3895
fpozzobon
pushed a commit
to fpozzobon/opentelemetry-go-contrib
that referenced
this issue
Jun 1, 2023
Adding redaction option to request and response so consumer of the library can hide sensitive values References: open-telemetry#3895
fpozzobon
pushed a commit
to fpozzobon/opentelemetry-go-contrib
that referenced
this issue
Jun 1, 2023
Adding redaction option to request and response so consumer of the library can hide sensitive values References: open-telemetry#3895
fpozzobon
added a commit
to fpozzobon/opentelemetry-go-contrib
that referenced
this issue
Jun 1, 2023
Adding redaction option to request and response so consumer of the library can hide sensitive values References: open-telemetry#3895
Related, for mongo: #3662 I wonder if it wouldn't be good to start an otep on this, so every SDK can use similar approaches. |
MrAlias
added
instrumentation: otelhttp
and removed
area: instrgen
Related to the instrgen package
labels
Jun 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
Some attributes passed to attributes might contain sensitive data (example: http.url)
Proposed Solution
As a consumer of the library, it would be great to have possibility to apply redaction (masking value) to a defined set of attributes.
Alternatives
In place of redaction we could:
Prior Art
Redaction option already exists for header
Additional Context
To be compliant with GDPR, it is important for consumer of the library to have the possibility to mask attribute values
The text was updated successfully, but these errors were encountered: