-
-
Notifications
You must be signed in to change notification settings - Fork 763
Scrub passwords from logs #2038
Comments
That's why logging is only designed for development time. |
Not all the time though. We may want to turn logging on when debugging a production issue. |
If you want to send a PR, then we can log a filtered version of that data structure. Make sure to make a copy of the validated request when logging (as opposed to just nulling out the sensitive properties). |
Ok. Thanks. Will do. You can close this for now.
|
I will split it up into several checkins (your PR included multiple concerns). thanks! |
Is there a way to scrub/sanitize the passwords when logging?
The TokenRequestValidator logs the entire validated request which includes the password. This is seen as security issue for us.
Thanks.
The text was updated successfully, but these errors were encountered: