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
Because it is possible that an issuer certificate expires before a child one (mathematically possible, at least), the prune process could leave some certs entries pointing to their issuer by using an issuer_id (aka parent_id) that doesn't exist in the table.
Modify the ingestion process so that it doesn't break, in particular the domain payload ID coalescing stored procedures.
Add a test to ensure this is correct.
The text was updated successfully, but these errors were encountered:
Because it is possible that an issuer certificate expires before a child one (mathematically possible, at least), the prune process could leave some
certs
entries pointing to their issuer by using anissuer_id
(akaparent_id
) that doesn't exist in the table.Modify the ingestion process so that it doesn't break, in particular the domain payload ID coalescing stored procedures.
Add a test to ensure this is correct.
The text was updated successfully, but these errors were encountered: