-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Labels
bugneeds triageWaiting for discussion / prioritization by teamWaiting for discussion / prioritization by team
Description
Steps to Reproduce
I use step-cli 0.29.0 with step-kms-plugin 0.16.1. I can sign certificates like this:
step certificate sign --kms "cloudkms:" \
--not-after 1h \
example.csr \
intermediate.crt "projects/..." > example.crt
However, if I update step-cli to 0.30.1 (keeping step-kms-plugin 0.16.1) and execute the same command I get this message:
Error: cloudkms: does not implement a CertificateManager
Your Environment
- OS - Linux
stepCLI Version - 0.30.1
Expected Behavior
I should be able to sign the same way as with the previous version.
Actual Behavior
I get an error message with the newer version.
Additional Context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugneeds triageWaiting for discussion / prioritization by teamWaiting for discussion / prioritization by team