-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestspecSpecifications to define the product requirementsSpecifications to define the product requirementsv2Things belongs to version 2.xThings belongs to version 2.x
Milestone
Description
Is your feature request related to a problem?
I'd like to implement verification workflow based on Hashicorp Vault similarly to how it's possible to implement signing workflow with the plugin.
I'm going to perform verification on CI/CD ephemeral runners and I need a method to fetch the verification certificate.
What solution do you propose?
I'd like to extend the notation certificate add command with --plugin and --id option to support fetching the verification certificate from KV store like HC Vault
What alternatives have you considered?
- Extend hc-vault's key-helper to add fetch option
- Write shell scripts to cover fetching importing the key
Any additional context?
Vault is used to store the certificates(in kv) and key (in transit), so it seems natural for me to use it as a source of true for obtaining the certificates.
If you find that valuable, I can try to send the PR's to repositories with appropriate changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestspecSpecifications to define the product requirementsSpecifications to define the product requirementsv2Things belongs to version 2.xThings belongs to version 2.x
Type
Projects
Status
Todo