Skip to content
This repository was archived by the owner on Aug 12, 2019. It is now read-only.

add a scubber #48

Open
phemmer opened this issue Aug 28, 2015 · 0 comments
Open

add a scubber #48

phemmer opened this issue Aug 28, 2015 · 0 comments

Comments

@phemmer
Copy link
Owner

phemmer commented Aug 28, 2015

Add some way to scrub fields out of a log entry (perhaps a more generic modify entry before relay).
For example, we log a http.Request, which can contain a Authentication: Basic header with private credentials in it. These should be scrubbed out before sent on to the handler. The field should still be in the result, but all characters should be replaced with x.

We should have a canned scrubber which looks for common fields that might contain private data: authentication, password, pass. Field matching should be case insensitive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant