[ https://issues.apache.org/jira/browse/KAFKA-5993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16185449#comment-16185449 ]
Ismael Juma commented on KAFKA-5993: ------------------------------------ For the record, we have an integration test for the AdminClient that shows that security works fine: https://github.com/apache/kafka/blob/trunk/core/src/test/scala/integration/kafka/api/SaslSslAdminClientIntegrationTest.scala And I'm aware of many users who use it in prod with SASL and with the sasl.jaas.config. > Kafka AdminClient does not support standard security settings > ------------------------------------------------------------- > > Key: KAFKA-5993 > URL: https://issues.apache.org/jira/browse/KAFKA-5993 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.11.0.1 > Reporter: Stephane Maarek > > Kafka Admin Client does not support basic security configurations, such as > "sasl.jaas.config". > Therefore it makes it impossible to use against a secure cluster > ``` > 14:12:12.948 [main] WARN org.apache.kafka.clients.admin.AdminClientConfig - > The configuration 'sasl.jaas.config' was supplied but isn't a known config. > ``` -- This message was sent by Atlassian JIRA (v6.4.14#64029)