-
Notifications
You must be signed in to change notification settings - Fork 222
Changing to set for subjectKeyIds for uniqueness #897
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
|
Hi @ianwatsonrh. Thanks for your PR. I'm waiting for a openshift 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. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ok-to-test |
|
/retest-required
… On 7 Mar 2023, at 22:22, openshift-ci[bot] ***@***.***> wrote:
@ianwatsonrh: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
Test name Commit Details Required Rerun command
ci/prow/e2e-azure-ovn 70fb06a link false /test e2e-azure-ovn
ci/prow/e2e-aws-operator 70fb06a link true /test e2e-aws-operator
Full PR test history. Your PR dashboard.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
|
/retest-required |
8 similar comments
|
/retest-required |
|
/retest-required |
|
/retest-required |
|
/retest-required |
|
/retest-required |
|
/retest-required |
|
/retest-required |
|
/retest-required |
|
@ianwatsonrh: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
Thank you for this contribution @ianwatsonrh. We are working on this separately, and PR openshift/router#447 for ocpbugs-6661 supercedes this |
|
@candita: Closed this PR. DetailsIn response to this:
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. |
There is currently a situation where subjectKeyId appears twice in the slice due to different valid conditions being true for a single certificate.
This PR ensures the subjectKeyId is only iterated over once.
See https://bugzilla.redhat.com/show_bug.cgi?id=2118284 for issue