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

Prune process allows for orphaned certs #42

Open
juagargi opened this issue May 26, 2023 · 1 comment
Open

Prune process allows for orphaned certs #42

juagargi opened this issue May 26, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@juagargi
Copy link
Member

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.

@juagargi juagargi added enhancement New feature or request bug Something isn't working labels May 26, 2023
@juagargi
Copy link
Member Author

PR #44 made a modification on how the pruning works, check if this issue is still present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant