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

cimon-attest: Support for signing with Azure Key Vault stored key #61

Open
gerritlansing opened this issue Sep 29, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@gerritlansing
Copy link

We use Azure Key Vault (HSM-backed) to store our signing keys. Would you be able to support signing provenance with Azure Key Vault backed keys?

@gerritlansing gerritlansing changed the title cimon-artifact: Support for signing with Azure Key Vault stored key cimon-attest: Support for signing with Azure Key Vault stored key Sep 29, 2023
@alex-ilgayev alex-ilgayev added the enhancement New feature or request label Oct 25, 2023
@alex-ilgayev
Copy link
Contributor

@gerritlansing, apologies for the delay. Thanks for raising the request!

We currently support keys given as input parameters in popular formats (RSA/EC) through PEM format, and we plan to extend the support to keys stored in cloud KMS, including Azure Key Vault. We don't have a specific timeline at the moment.

As a workaround, it is possible to fetch a short-lived signature key beforehand, through Azure CLI, such as az keyvault ..., and give the key as an input to the cimon-action action.

Let me know if it works for you, and I would love to hear additional feedback you have for the cimon attest capability!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants