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

Adding support for securing error logs #1001

Merged
merged 1 commit into from
Mar 26, 2021
Merged

Conversation

dfirsht
Copy link
Contributor

@dfirsht dfirsht commented Mar 24, 2021

For some applications handling sensitive data, it can violate certain certifications, such as HIPAA, to log parts of requests and responses like the header and body.

This PR adds the option SecureErrorLogMessage which will replace the fully detailed error messages with more generic ones so that they can safely be logged.

@erikdubbelboer erikdubbelboer merged commit 2a6f7db into valyala:master Mar 26, 2021
@erikdubbelboer
Copy link
Collaborator

Thanks!

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.

2 participants