GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/1924
CAMEL-11695: Add security and advanced properties to the camel-grpc component Added following options to the component: 1. Additional channel and server options (message size, max concurrent connections, agent name, etc) 2. Standard security features with TLS/SSL 3. Advanced security with custom JSON Web Token implementation You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmvolod/camel CAMEL-11695 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1924.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1924 ---- commit 9bb1c3393ea7bf5655434349c052c8c835b1aaa0 Author: Dmitry Volodin <dmvo...@gmail.com> Date: 2017-08-28T16:54:50Z CAMEL-11695: Add security and advanced properties to the camel-grpc component ---- ---