Elukey has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/369694 )
Change subject: Improve visibility of the TLS section in varnishkafka.conf.example ...................................................................... Improve visibility of the TLS section in varnishkafka.conf.example Bug: T165736 Change-Id: I5d1aa20204cb75ba39431edbf29df28eea9a7c30 --- M varnishkafka.conf.example 1 file changed, 6 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/software/varnish/varnishkafka refs/changes/94/369694/1 diff --git a/varnishkafka.conf.example b/varnishkafka.conf.example index 4bf1a98..7dce524 100644 --- a/varnishkafka.conf.example +++ b/varnishkafka.conf.example @@ -118,14 +118,6 @@ # Defaults to 2048 #tag.size.max = 2048 -# -# Kafka TLS/SSL Config -# -# kafka.security.protocol=SSL -# kafka.ssl.ca.location=/somepath/root-ca.crt -# kafka.ssl.key.password=batman -# kafka.ssl.key.location=/somepath/client.key -# kafka.ssl.certificate.location=/somepath/client.pem # TUNING # Logline cache hash tuning @@ -254,6 +246,12 @@ # Maximum number of retries per messageset. kafka.message.send.max.retries = 3 +# TLS/SSL Config +# kafka.security.protocol=SSL +# kafka.ssl.ca.location=/somepath/root-ca.crt +# kafka.ssl.key.password=batman +# kafka.ssl.key.location=/somepath/client.key +# kafka.ssl.certificate.location=/somepath/client.pem # # Topic configuration -- To view, visit https://gerrit.wikimedia.org/r/369694 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5d1aa20204cb75ba39431edbf29df28eea9a7c30 Gerrit-PatchSet: 1 Gerrit-Project: operations/software/varnish/varnishkafka Gerrit-Branch: master Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
