kms icon indicating copy to clipboard operation
kms copied to clipboard

Better use of request attributes in import operations for new KMIP objects

Open JosePisco opened this issue 10 months ago • 0 comments

import() method at crate/server/src/core/operations/import.rs processes different objects (symmetric keys, public keys, private keys and certificates) after receiving an import request.

Attributes for the KMIP object created from this request are weirdly managed. This should be quite symmetrical from one type of key to the other.

JosePisco avatar Mar 28 '24 16:03 JosePisco