Jean-Daniel Cryans created KUDU-1812:
----------------------------------------

             Summary: Redact user data that gets logged
                 Key: KUDU-1812
                 URL: https://issues.apache.org/jira/browse/KUDU-1812
             Project: Kudu
          Issue Type: Improvement
            Reporter: Jean-Daniel Cryans
            Priority: Critical


There are many instances in the code base where we log user data and there is a 
class of users that do not want this behavior. As an example, we might be 
debugging an issue on the mailing list and the user has to scrub the logs they 
share by hand because they don't want it to leak.

On the server-side, we should replace all those instances with some string like 
"redacted" and add a process flag to enable the logging of user data.

On the client-side, it gets a bit more tricky. We can't use such flags so we 
need to strike a balance between removing unnecessary logging of user 
information and still keep the software usable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to