Open pkking opened 3 years ago
ping @PeterHamilton
Hi @pkking, thanks for filing this issue. Adding support for the Link
attribute is on the todo list but I can't say at this point when I'll be able to get to it. I'm assuming you're using PyKMIP with a SafeNet key server and its returning KMIP attributes that PyKMIP does not support. Is the Link
attribute one of these? Are there others?
yes, the reproduction is:
for now, the link attr is the only failed case. other features seems ok, I will try more key servers and reply if I meet any issues else.
Thanks for the update. I'll look into how much effort it'll take to get Link
support in place on the client side. I may be able to squeeze something in the short term if it's not too much effort.
Dear team, Im looking for a opensource impl of KMIP protocol, this repo is great!! Im not a KMIP expert, want to know if there is plan to support the
LINK
attribute? When i invoke therekey
API, next time i callget_attributes
will raise aNotImplementedError
.Thanks!