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 Nov 30, 2022. It is now read-only.
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 is False. Some ideas:
Create a custom logging class that logs PII and is only used in the traversal layer
Create a custom log level for PII
(from Catherine) Reverse the logic of NotPii class to Pii, so that by default we do not mask logs, unless we annotate with Pii. This will solve the issue of allowing api server logs to show for Momentive
We would have to do an audit of what wouldn't be masked.