Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: audit logging for defined services only #1505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/data-privacy/audit-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ There are two options to access audit logs:

### Behind the Scenes...

The generic audit logging implementation does the following:
The generic audit logging implementation does the following for all [defined services](../providing-services#service-definitions):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this isn't stating the obvious. but if we need that, then let's reorder it , so that the necessary condition is the first part:

Suggested change
The generic audit logging implementation does the following for all [defined services](../providing-services#service-definitions):
For all [defined services](../providing-services#service-definitions), the generic audit logging implementation does the following:


- Intercept all write operations potentially involving personal data.
- Intercept all read operations potentially involving sensitive data.
Expand Down
Loading