[Koha-bugs] [Bug 35758] New: Background jobs should not log personal data apart from borrowernumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 10 14:19:20 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35758

            Bug ID: 35758
           Summary: Background jobs should not log personal data apart
                    from borrowernumber
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: michaela.sieber at kit.edu

When looking at the background_jobs table the column context contains a lot of
personal information that is not necessary for the purpose of this table:

* firstname
* surname
* email address

This makes it hard to share data for debugging. It's also end user information,
not only staff accounts. 

Example: If the library is using Elasticsearch, renewing items in the OPAC will
create a reindex job entry for each biblionumber. This will be logged with the
context of the patron.

There is no reason to duplicate this data into the context table, we can save
space and avoid headaches by removing this information.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list