You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/29 01:19:54 UTC

[GitHub] [pulsar-manager] tuteng edited a comment on issue #310: Support for TLS Authentication & Authorization

tuteng edited a comment on issue #310:
URL: https://github.com/apache/pulsar-manager/issues/310#issuecomment-650853783


   This feature has been supported here https://github.com/apache/pulsar-manager/pull/286, and I will release a new version recently. At present, you can add the following configuration to enable this feature based on the latest code:
   
   ```
   backend.broker.pulsarAdmin.authPlugin=
   backend.broker.pulsarAdmin.authParams=
   backend.broker.pulsarAdmin.tlsAllowInsecureConnection=false
   backend.broker.pulsarAdmin.tlsTrustCertsFilePath=
   backend.broker.pulsarAdmin.tlsEnableHostnameVerification=false
   ```
   
   @jaschnell @tabalt 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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