Skip to content

add properties to key creation request#604

Open
dthuering wants to merge 1 commit intoConsensys:mainfrom
webmobix:add-hsm-key-on-azure
Open

add properties to key creation request#604
dthuering wants to merge 1 commit intoConsensys:mainfrom
webmobix:add-hsm-key-on-azure

Conversation

@dthuering
Copy link
Copy Markdown

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.

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

allow per key type setting for HSM backed storage in Azure
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 16, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support of HMS for Azure Key Vault

2 participants