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 19:15:57 UTC

[GitHub] merlimat opened a new pull request #1702: Allow to configure TLS hostname verification in PulsarAdmin

merlimat opened a new pull request #1702: Allow to configure TLS hostname verification in PulsarAdmin
URL: https://github.com/apache/incubator-pulsar/pull/1702
 
 
   ### Motivation
   
   Unlike Pulsar client configuration builder where it's possible to either enable or disable the TLS hostname verifcation of the CommonName to match with broker address, on `PulsarAdmin` it's not possible to configure it.
   
   The default in Jersey client is to have that enabled, and with a verifier that doesn't properly expand wildcards in the CN string.
   
   ### Modifications
    * Added `enableTlsHostnameVerification()` in `PulsarAdminBuilder`
    * Added option in `pulsar-admin` tool to configure verification in `client.conf` or through CLI arguments

----------------------------------------------------------------
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