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

autosign / model: Create a table for skipped items #30

Open
Spindel opened this issue Jul 24, 2015 · 1 comment
Open

autosign / model: Create a table for skipped items #30

Spindel opened this issue Jul 24, 2015 · 1 comment

Comments

@Spindel
Copy link
Member

Spindel commented Jul 24, 2015

Ideally we want to use a .limit(100) or similar for the unsigned query, so as to not bite off more than we can chew.

That however won't work unless we have a way to mark an "unwanted" CSR (from the autosigners view) as such. That is not "Rejected", it's simply "not valid for autosigning".

For that we'd need a new table, with only id : csr_id, which we could do a "not in" match on when selecting CSR's to sign.

The reason this comes out is that we can't iterate over all certificates currently, as we run out of RAM.

@Spindel
Copy link
Member Author

Spindel commented Jul 24, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant