-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update the RSA filter for Cert discovery #3314
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
Conversation
|
Welcome @shraddhabang! |
Hi @shraddhabang. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
/assign @oliviassss would you help double-check this before release?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: M00nF1sh, shraddhabang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Issue
Certificate Filter for Certificate Discovery supporting RSA 4096
#2719
Description
According to the documentation, The ALB supports the Public key algorithm. However, default filtering on list-certificates from acm returns only RSA_1024 and RSA_2048 certificates that have at least one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For example, "keyTypes": ["RSA_2048","RSA_4096"] returns both RSA_2048 and RSA_4096 certificates. To provide the support for these extra types, I have added an option to return the other cert types with the ACM call. This allows the cert discovery feature to support the "RSA_2048","RSA_4096" and ECSDA certs.
Testing
I have done manual testing for this change by creating the RSA_2048, RSA_3072, RSA_2096 and ECSDA certs in my ACM and tried to add these certs using cert-discovery for my ALBs. It works fine.
Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯