-
Notifications
You must be signed in to change notification settings - Fork 299
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
Actually assign loaded cert when generating pfx #1609
Conversation
Welcome @rmja! |
thanks for catching this silly mistake could you please sign cla and double confirm why ut didn't cover it well? |
I found that the test that would have caught this was being skipped for Windows. This is now fixed. I believe that the cla is signed, right? |
/LGTM anyway to make this covered in ut? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rmja, tg123 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 |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1609 +/- ##
=========================================
Coverage ? 70.64%
=========================================
Files ? 89
Lines ? 2681
Branches ? 557
=========================================
Hits ? 1894
Misses ? 787
Partials ? 0 ☔ View full report in Codecov by Sentry. |
This is covered now in the tests! The problem is that the tests that would have detected this were disabled on Windows, and the issue only shows on Windows. Looking forward to a release with this fix, as Windows compatability is currently broken. |
73b318b
into
kubernetes-client:master
Fix regression in .net 9 when migrating to X509CertificateLoader.