cmccabe commented on a change in pull request #9032: URL: https://github.com/apache/kafka/pull/9032#discussion_r478646950
########## File path: tests/kafkatest/services/security/security_config.py ########## @@ -350,6 +362,14 @@ def kafka_opts(self): else: return "" + def export_kafka_opts_for_admin_client_as_broker(self): Review comment: As we discussed offline, I think eventually the admin client should log in as its own admin user, not as the broker. But we can save that for a follow-on. ---------------------------------------------------------------- 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: us...@infra.apache.org