Add TLS support for mt-broker-filter#6940
Conversation
|
Skipping CI for Draft Pull Request. |
5881605 to
5e21a99
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #6940 +/- ##
==========================================
+ Coverage 79.51% 79.67% +0.16%
==========================================
Files 246 247 +1
Lines 13070 12973 -97
==========================================
- Hits 10392 10336 -56
+ Misses 2159 2126 -33
+ Partials 519 511 -8
☔ View full report in Codecov by Sentry. |
6c36d11 to
78a7726
Compare
78a7726 to
e757372
Compare
e757372 to
0165e16
Compare
|
/retest |
0165e16 to
87feb4f
Compare
|
Need changes from #6988 |
pierDipi
left a comment
There was a problem hiding this comment.
Looks good overall:
- a few missing copyright headers on YAMLs
- q: where do we call "CloseIdleConnections" on various HTTP(S) clients?
8b526d5 to
14d9802
Compare
👍 Added them
I didn't change much logic there IIRC. We could (and probably should) add some garbage collection to the kncloudevents library, to remove old clients, and could also include something to close idling connections. But I would see this in a separate PR. |
14d9802 to
7ff797a
Compare
7ff797a to
eeb120d
Compare
|
/unhold |
|
/test upgrade-tests |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
|
/test upgrade-tests |
|
/test reconciler-tests |
|
/lgtm |
|
Thanks @creydr ! |
Fixes knative#6877 Currently includes 98a98cd as a cherry-pick from knative#6983. ## Proposed Changes - 🎁 Add TLS support for mt-broker-filter ### Pre-review Checklist - [ ] **At least 80% unit test coverage** - [ ] **E2E tests** for any new behavior - [ ] **Docs PR** for any user-facing impact - [ ] **Spec PR** for any new API feature - [ ] **Conformance test** for any change to the spec **Release Note** ```release-note Add TLS support for mt-broker-filter ``` --------- Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Fixes #6877
Currently includes 98a98cd as a cherry-pick from #6983.
Proposed Changes
Pre-review Checklist
Release Note