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

plugin: add generic KES KeyStore plugin v1 #121

Merged
merged 2 commits into from
May 3, 2021
Merged

plugin: add generic KES KeyStore plugin v1 #121

merged 2 commits into from
May 3, 2021

Conversation

aead
Copy link
Member

@aead aead commented Apr 29, 2021

This commit adds a generic KeyStore plugin API
to the KES server.

Now, the KES server can talk to an external plugin
that implements four REST endpoints for creating,
listing, accessing and deleting keys.

This commit also adds the plugin specification.

With KeyStore plugins it is possible to support
proprietary/custom KMS/KeyStore implementations
that should not be published.

For a more detailed explanation about plugins
and how they should be implemented take a look
at the generic/spec-v1.md

@aead aead force-pushed the plugin branch 3 times, most recently from a132706 to 4c10793 Compare May 1, 2021 08:35
Alevsk
Alevsk previously approved these changes May 3, 2021
This commit adds a generic KeyStore plugin API
to the KES server.

Now, the KES server can talk to an external plugin
that implements four REST endpoints for creating,
listing, accessing and deleting keys.

This commit also adds the plugin specification.

With KeyStore plugins it is possible to support
proprietary/custom KMS/KeyStore implementations
that should not be published.

For a more detailed explanation about plugins
and how they should be implemented take a look
at the generic/spec-v1.md

Signed-off-by: Andreas Auernhammer <aead@mail.de>
@aead aead merged commit 8af5141 into master May 3, 2021
@aead aead deleted the plugin branch May 3, 2021 16:41
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

Successfully merging this pull request may close these issues.

None yet

3 participants