LabKey / platform

A set of modules that provide core functionality for LabKey Server
Apache License 2.0
8 stars 7 forks source link

Register the audit domain kinds earlier #5842

Closed labkey-klum closed 1 week ago

labkey-klum commented 1 week ago

Rationale

In this previous PR we deferred initialization and fixup of audit domains until after the server had completed startup. However, domain kinds still need to registered early. Otherwise existing domain descriptors may not get initialized properly in the cache.

I also added a note to clean up how domain kinds get associated with each audit provider but plan to do that on develop.