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

Make async KrillSigner #1142

Open
timbru opened this issue Oct 25, 2023 · 1 comment
Open

Make async KrillSigner #1142

timbru opened this issue Oct 25, 2023 · 1 comment

Comments

@timbru
Copy link
Contributor

timbru commented Oct 25, 2023

Combine the current KrillSigner and SignSupport so that we can have an async signer.

Initially, the signer implementation can be retrieved synchronously until #1101 is done.

The signing of objects itself can also still be done as a sync operation until async signing is supported in rpki-rs. We can do this as a separate later step to simplify the changes needed now.

@timbru timbru created this issue from a note in 0.15.x (To do) Oct 25, 2023
@timbru timbru moved this from To do to In progress in 0.15.x Oct 26, 2023
@timbru
Copy link
Contributor Author

timbru commented Dec 7, 2023

This is in progress. We needed an async KrillSigner for async storage, because KrillSigner needs to look access the storage layer. This is in PR #1152. It depends on a branch in rpki-rs. The actual signing implementations itself are still sync, but could also be changed. This can be done later.

@timbru timbru added this to server scaling in Long Term Categorised Backlog Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
0.15.x
In progress
Development

No branches or pull requests

1 participant