PyKMIP icon indicating copy to clipboard operation
PyKMIP copied to clipboard

Bug: No accessible keys in DeriveKey support

Open PeterHamilton opened this issue 8 years ago • 0 comments

The implementation of DeriveKey in the server does not handle the case where none of the provided base objects are accessible to the user. When this happens, an indexing error occurs, causing the operation to fail.

Implement a fix for this bug and add a unit test case explicitly checking for this condition.

PeterHamilton avatar Oct 23 '17 19:10 PeterHamilton