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

Implement Krill KMIP based Signer implementation #566

Closed
ximon18 opened this issue Jun 10, 2021 · 1 comment · Fixed by #679
Closed

Implement Krill KMIP based Signer implementation #566

ximon18 opened this issue Jun 10, 2021 · 1 comment · Fixed by #679
Assignees
Labels
hsm Relates to adding HSM support to Krill

Comments

@ximon18
Copy link
Member

ximon18 commented Jun 10, 2021

Extend the Signer enum with a value for a KMIP based wrapper struct around the KMIP TLS library.

@ximon18 ximon18 added the hsm Relates to adding HSM support to Krill label Jun 10, 2021
@ximon18 ximon18 self-assigned this Sep 27, 2021
@ximon18 ximon18 linked a pull request Sep 28, 2021 that will close this issue
ximon18 added a commit that referenced this issue Nov 23, 2021
* Support multiple signers of different types behind a `hsm` feature flag, and support in principle selecting which signer to use for which purpose (#539). Note: Currently only usable in combination with a new`hsm-tests` feature flag due to lack of any actual means to select an alternate signer via code or config.

* Replaces the dummy signer with a KMIP signer (#566) and supporting dependencies `kmip-protocol` (#557, #558, #559), `backoff` (retry support), `r2d2` (connection pooling support). Adds a `hsm-tests` feature flag for testing exclusively with KMIP, i.e. not using the OpenSSL signer at all.

* Adds a GitHub Actions `hsmtest` CI job that tests Krill integration with a co-installed PyKMIP instance (#560, #561, #683).
@ximon18
Copy link
Member Author

ximon18 commented Sep 6, 2022

Delivered with the Krill v0.10.0 release.

@ximon18 ximon18 closed this as completed Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hsm Relates to adding HSM support to Krill
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant