Add the ability to use plugins to import certificates (and maybe trust policies) #902
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
spec
Specifications to define the product requirements
v2
Things belongs to version 2.x
Milestone
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 VaultWhat alternatives have you considered?
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.
The text was updated successfully, but these errors were encountered: