-
Notifications
You must be signed in to change notification settings - Fork 16
Stop Fidesops masking uvicorn API logs #766
Comments
@pattisdr to review and finalize strategy to prepare this ticket for next sprint |
My first recommendation would be to just merge this one-liner #831 to close this ticket. It's a quick fix that specifically excludes just logs whose My other recommendation would be to open a second ticket for the backlog that improves how we log. We actually don't mask much because most of our logs use Switching how we format logs will cause most things to be masked, so we should move to Catherine's point of changing logic from New ticket should in short:
|
Follow-up reticketed here: #837 |
Fidesops will mask all logs by default, even API server logs. This is too much masking as it impedes the debugging abilities of users deploying Fidesops.
The nuance here is that we still need to be confident that all PII gets masked in logs if
LOG_PII
isFalse
. Some ideas:We would have to do an audit of what wouldn't be masked.
The text was updated successfully, but these errors were encountered: