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

Support for Register operation #37

Open
arvind5 opened this issue Mar 18, 2020 · 3 comments
Open

Support for Register operation #37

arvind5 opened this issue Mar 18, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@arvind5
Copy link

arvind5 commented Mar 18, 2020

As per the libkmip documentation, supported operations include create, get and destroy keys, and supported object types include symmetric and asymmetric encryption keys.

I have a requirement for registering a key to KMIP server. My understanding is I can do that only with Register operation. I want to understand if there is a plan to add support for Register operation in libkmip.

@PeterHamilton PeterHamilton added the enhancement New feature or request label Aug 31, 2020
@PeterHamilton
Copy link
Contributor

Hi @arvind5, thanks for asking about Register support. We don't have immediate plans to add that operation in the near term, but I'll add it to our backlog and will triage it in with the other work items we have. Sorry again for the delay in responding to this.

@cagamps
Copy link

cagamps commented Apr 1, 2022

Hello @PeterHamilton. I am working on a project to integrate KMIP with a storage array software suite. The goal is to add support for storing encryption keys on a KMIP server and managing them . We are currently utilizing a modified version of libkmip 0.2, to create a cpp CLI KMIP client program. In my work, I have implemented the Register and Locate operations. I would like to become a contributor to this project and have some code that would be useful in moving this project forward.

I have done my best to follow coding convention patterns found in the current code base. According to this thread there are no plans to implement this operation, but I would like to send in a PR to add support for the register operation. Can I use this Issue to tag in my commits? (via https://libkmip.readthedocs.io/en/latest/development.html )

@arp102
Copy link
Contributor

arp102 commented Apr 5, 2022

Yes, you can use this issue number in your commits.
Let me know if you have more questions, and you can submit the PR whenever it's ready.

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

No branches or pull requests

4 participants