-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[extension/headerssetter] mask the default_value field to hide possible sensitive info #39127
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
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
dmathieu
pushed a commit
to dmathieu/opentelemetry-collector-contrib
that referenced
this issue
Apr 8, 2025
…String` type (open-telemetry#39144) #### Description Change `DefaultValue` to `opaque.String` type #### Link to tracking issue Fixes open-telemetry#39127 Signed-off-by: Dani Louca <[email protected]> Co-authored-by: Antoine Toulme <[email protected]>
LucianoGiannotti
pushed a commit
to LucianoGiannotti/opentelemetry-collector-contrib
that referenced
this issue
Apr 9, 2025
…String` type (open-telemetry#39144) #### Description Change `DefaultValue` to `opaque.String` type #### Link to tracking issue Fixes open-telemetry#39127 Signed-off-by: Dani Louca <[email protected]> Co-authored-by: Antoine Toulme <[email protected]>
Fiery-Fenix
pushed a commit
to Fiery-Fenix/opentelemetry-collector-contrib
that referenced
this issue
Apr 24, 2025
…String` type (open-telemetry#39144) #### Description Change `DefaultValue` to `opaque.String` type #### Link to tracking issue Fixes open-telemetry#39127 Signed-off-by: Dani Louca <[email protected]> Co-authored-by: Antoine Toulme <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
extension/headerssetter
Describe the issue you're reporting
The
default_value
can hold sensitive values, especially if we are using it to set tokens.Suggesting to use
configopaque.String
instead ofstring
fordefault_value
Pushing a PR shortly
The text was updated successfully, but these errors were encountered: