-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.11] Cherry-pick E2E tests for channel: TLS key pair rotation
#3406 (#3497) * use the composite prober with the channel (#3252) * using the composite prober for the channel * edit channel_test.go file * change channel_test.go * done changes in V2 channel * edit in controllerv2.go * edit addresses * 2nd edit addresses * Update prober pod port Co-authored-by: Calum Murray <[email protected]> * Update prober pod port Co-authored-by: Calum Murray <[email protected]> * Update prober pod port for TLS Co-authored-by: Calum Murray <[email protected]> * Update prober pod port for TLS Co-authored-by: Calum Murray <[email protected]> --------- Co-authored-by: Pierangelo Di Pilato <[email protected]> Co-authored-by: Calum Murray <[email protected]> * E2E tests for channel: TLS key pair rotation (#3406) * Save work progress * Expose the TLS port * Adding the logger to see what is happening * Java - Adding the debugging information * Adding the path to the contract * Comment out the certificate rotation test portion * Resolve the source certificate not found issue * Fix the issue in the test * Update control-plane/pkg/prober/prober.go Co-authored-by: Calum Murray <[email protected]> * Update control-plane/pkg/reconciler/channel/channel.go Co-authored-by: Calum Murray <[email protected]> * Update control-plane/pkg/reconciler/channel/channel.go Co-authored-by: Calum Murray <[email protected]> * Update control-plane/pkg/reconciler/channel/resources/service.go Co-authored-by: Calum Murray <[email protected]> * Update data-plane/receiver/src/main/java/dev/knative/eventing/kafka/broker/receiver/impl/IngressProducerReconcilableStore.java Co-authored-by: Calum Murray <[email protected]> * Fix the inconsistent varable name * Fix the failed build issue * Remove the logger * Run formatting * Update data-plane/receiver/src/main/java/dev/knative/eventing/kafka/broker/receiver/impl/ReceiverVerticle.java Co-authored-by: Calum Murray <[email protected]> * Remove the logger * Code gen * Update control-plane/pkg/reconciler/channel/channel.go Co-authored-by: Pierangelo Di Pilato <[email protected]> * Remove the uncessary code * Fix the failing reconciler tests due to the missing newly added filed in the test * Format fix * Instead of using channel service name, we directly use channel name for Path * Instead of using channel service name, we directly use channel name for Path --------- Co-authored-by: Calum Murray <[email protected]> Co-authored-by: Pierangelo Di Pilato <[email protected]> * Update the function name --------- Co-authored-by: Rahul kumar <[email protected]> Co-authored-by: Pierangelo Di Pilato <[email protected]> Co-authored-by: Calum Murray <[email protected]>
- Loading branch information
1 parent
3076046
commit 82651c9
Showing
13 changed files
with
358 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.