-
Notifications
You must be signed in to change notification settings - Fork 117
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
E2E tests for sink: TLS key pair rotation #3395
E2E tests for sink: TLS key pair rotation #3395
Conversation
Skipping CI for Draft Pull Request. |
Codecov Report
@@ Coverage Diff @@
## main #3395 +/- ##
============================================
- Coverage 61.46% 58.37% -3.09%
============================================
Files 181 91 -90
Lines 12356 9285 -3071
Branches 265 0 -265
============================================
- Hits 7594 5420 -2174
+ Misses 4161 3431 -730
+ Partials 601 434 -167
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
/retest-required |
/retest-required |
e225eaa
to
5074e46
Compare
/retest-required |
/retest-required |
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
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Leo6Leo, pierDipi 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 |
/retest-required |
/test channel-integration-tests-ssl |
/retest-required |
660893a
into
knative-extensions:main
/cherry-pick release-1.11 |
@Leo6Leo: #3395 failed to apply on top of branch "release-1.11":
In 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. |
@Leo6Leo can you cherry pick this manually to release-1.11? |
* Exposing the 8443 port for https * Add the test implementation * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Go formt and imports * Adding the configmap watcher feature store * Formatting issue --------- Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
* Exposing the 8443 port for https * Add the test implementation * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Go formt and imports * Adding the configmap watcher feature store * Formatting issue --------- Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
…#925) * Using the composite prober for the sink (knative-extensions#3267) * E2E tests for sink: TLS key pair rotation (knative-extensions#3395) * Exposing the 8443 port for https * Add the test implementation * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Go formt and imports * Adding the configmap watcher feature store * Formatting issue --------- Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> --------- Co-authored-by: Rahul kumar <68837569+Rahul-Kumar-prog@users.noreply.github.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
…3510) * Using the composite prober for the sink (#3267) * E2E tests for sink: TLS key pair rotation (#3395) * Exposing the 8443 port for https * Add the test implementation * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Go formt and imports * Adding the configmap watcher feature store * Formatting issue --------- Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> --------- Co-authored-by: Rahul kumar <68837569+Rahul-Kumar-prog@users.noreply.github.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Fixes #3375
Proposed Changes
Bugs Found
TLS port 8443 is not exposed for https-container
In the
control-plane/config/eventing-kafka-broker/100-sink/100-kafka-sink.yaml
, there is no custom resource definition for the addressableBackporting
Release Note