quorum-key-manager icon indicating copy to clipboard operation
quorum-key-manager copied to clipboard

add properties to key creation request

Open dthuering opened this issue 1 year ago • 1 comments

Allow per key type setting for HSM-backed storage in Azure

PR description

To support HSM-backed keys in Azure Key Vault, the API payload and service request were extended in a backwards-compatible way to support additional, optional properties. The AKV store supports the AZURE_KEY_VAULT_TYPE property with a value of EC-HSM. When these are set, the key will be backed by HSM in AKV.

Fixed Issue(s)

fixes #579

Changelog

  • Added a properties map to the Key Creation API endpoint and service attributes.

  • AKV store supports the AZURE_KEY_VAULT_TYPE key and EC-HSM value. That will enable HSM-backed keys.

  • [x] I thought about the changelog and included a changelog update if required.

dthuering avatar Jun 16 '23 05:06 dthuering

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 16 '23 05:06 CLAassistant