-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat: support cosign rsa keys #416
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #416 +/- ##
===========================================
+ Coverage 94.45% 94.52% +0.06%
===========================================
Files 22 22
Lines 1101 1114 +13
===========================================
+ Hits 1040 1053 +13
Misses 61 61
Continue to review full report at Codecov.
|
7a6c16e
to
09b727c
Compare
Any motion on this? I'm trying to use the pubkey half of an AWS kms asymmetric key, and it keeps saying |
@timothy-spencer i will have a look next week 🥸 |
447025a
to
64cea52
Compare
as of v1.3.0, cosign allows verifying signatures using RSA instead of ECDSA. this is integrated via the rsa package. fixes #201 Co-authored-by: Ivan Wallis <[email protected]>
64cea52
to
6fdcbde
Compare
Fixes #201
Description
Checklist
develop
values.yaml
andChart.yaml
(if necessary)