You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/01 21:06:59 UTC

[GitHub] jai1 commented on a change in pull request #1702: Allow to configure TLS hostname verification in PulsarAdmin

jai1 commented on a change in pull request #1702: Allow to configure TLS hostname verification in PulsarAdmin
URL: https://github.com/apache/incubator-pulsar/pull/1702#discussion_r185334395
 
 

 ##########
 File path: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/PulsarAdminTool.java
 ##########
 @@ -46,6 +46,13 @@
     @Parameter(names = { "--auth-params" }, description = "Authentication parameters, e.g., \"key1:val1,key2:val2\".")
     String authParams = null;
 
+    @Parameter(names = { "--tls-allow-insecure" }, description = "Allow TLS insecure connection")
+    Boolean tlsAllowInsecureConnection;
+
+
+    @Parameter(names = { "--tls-enable-hostname-verification" }, description = "Enalbe TLS common name verification")
 
 Review comment:
   Typo in enable 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services