You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 aAuthentication: 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 withx
.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.The text was updated successfully, but these errors were encountered: