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

Add redaction to protobuf definitions to prevent PII logging #727

Open
bryanlb opened this issue Nov 1, 2023 · 2 comments
Open

Add redaction to protobuf definitions to prevent PII logging #727

bryanlb opened this issue Nov 1, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@bryanlb
Copy link
Contributor

bryanlb commented Nov 1, 2023

Description

Depends on protocolbuffers/protobuf#13576

This is to help prevent any PII from escaping to the logs with someone logging a protobuf object. As we cannot override the toString(), something like the above is needed in order to currently achieve this without using something like Log4j filters.

@bryanlb bryanlb added the enhancement New feature or request label Nov 1, 2023
Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Apr 30, 2024
@bryanlb bryanlb removed the Stale label Apr 30, 2024
@bryanlb
Copy link
Contributor Author

bryanlb commented Apr 30, 2024

This feature is currently targeted for the 27.x or 28.x release, in Q1/Q2 of this year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant