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 2020/05/19 04:35:55 UTC

[GitHub] [pulsar] sijie edited a comment on issue #6236: SSL/TLS Configuration for Zookeeper,BookKeeper and Pulsar

sijie edited a comment on issue #6236:
URL: https://github.com/apache/pulsar/issues/6236#issuecomment-616385469


   @skyrocknroll 
   
   Our helm chart provides the capability of enabling the TLS between components. https://github.com/streamnative/charts You can use them as a reference.
   
   - Configure TLS on bookies:
   https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/bookkeeper/bookkeeper-configmap.yaml#L42
   https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/bookkeeper/_bookkeeper.tpl#L116
   
   - Configure brokers connect to bookies using TLS
   https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/broker/broker-configmap.yaml#L134
   
   - Configure TLS on zookeeper (make sure zookeeper SSL settings are loaded in java system properties when running zookeeper)
   https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/tls/keytool.yaml#L111
   
   - Configure bookkeeper or broker to connect to zookeeper using TLS (make sure zookeeper SSL settings are loaded in java system properties when running zookeeper)
   https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/tls/keytool.yaml#L96


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