Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add properties to key creation request #604

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dthuering
Copy link

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

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