-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add the https server in the receiver verticle * add the https server support in the receiver verticle factory * midway-backup * update the Vert.x https server config * fix the format for Main.java * modify the yaml file to update the keystore secret * update the secret name * add the port support for https * Instead of using magic number, we use env var for TLS ingress port * update the pem key * update the name * fix the failed tests * fix the format issue * update the condition check * Update data-plane/config/broker/500-receiver.yaml Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * export the Ingress_TLS_port * provide config for channel and sink receiver * increase the code coverage * add the coverage tests (not completed yet) * update the name of the secret volumn for sink, broker and channel. * update the mountedVolume path name * update the Java unit test * change back the image path to use variable * add "readonly" to the broker secret volume * fix the format and remove redundant code * Change the name of the secret volume * Remove unused code * add the https options in the verticle tracing test * Use final static variable * format fix * fix formatting issue * Fix the comments: remove redundant code * change the final static variables * format fix: remove the new lines * format fixing --------- Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
- Loading branch information
Showing
15 changed files
with
625 additions
and
440 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
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.