IBM / keyprotect-go-client

Go SDK for interacting with the IBM Cloud KeyProtect service.
Apache License 2.0
6 stars 29 forks source link

Fix Logic in Key Create WithPayload #117

Closed MDarmawan closed 1 year ago

MDarmawan commented 1 year ago

There was a minor problem with the key create With payload, such that passing in an empty string payload would cause the key create request to be created with a field for "encryptionAlgorithm", but without a "payload" field. This caused an error in the API.

This can probably be considered v0.12.1