]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/kafka: honor verify-ssl and separate cached connections 67978/head
author邓伟键 <emmmvkdeng@gmail.com>
Fri, 27 Mar 2026 02:31:04 +0000 (10:31 +0800)
committer邓伟键 <emmmvkdeng@gmail.com>
Fri, 27 Mar 2026 02:31:04 +0000 (10:31 +0800)
commit595a7537717744a8fd35ced5c4614d34a29495f5
tree52112c7c9e98694df402c2a98cbca33832d12110
parent5a0a7d02b8dcdc3fb4fa0851bcc3edec44159592
rgw/kafka: honor verify-ssl and separate cached connections

RGW's Kafka notification path accepts and propagates the verify-ssl
topic attribute, but rgw_kafka.cc never applied it to librdkafka.

This patch configures enable.ssl.certificate.verification from
verify-ssl and separates cached connections by verify-ssl setting.

Fixes: https://tracker.ceph.com/issues/55790
Signed-off-by: 邓伟键 <emmmvkdeng@gmail.com>
ceph.spec.in
debian/control
src/rgw/CMakeLists.txt
src/rgw/rgw_kafka.cc
src/rgw/rgw_kafka.h
src/test/rgw/bucket_notification/test_bn.py