You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ron Dagostino (Jira)" <ji...@apache.org> on 2021/03/16 23:18:00 UTC

[jira] [Created] (KAFKA-12488) Be more specific about enabled SASL mechnanisms in system tests

Ron Dagostino created KAFKA-12488:
-------------------------------------

             Summary: Be more specific about enabled SASL mechnanisms in system tests
                 Key: KAFKA-12488
                 URL: https://issues.apache.org/jira/browse/KAFKA-12488
             Project: Kafka
          Issue Type: Improvement
          Components: system tests
            Reporter: Ron Dagostino


The `SecurityConfig.enabled_sasl_mechanisms()` method simply returns all SASL mechanisms that are enabled for the test -- whether for brokers, clients, controllers, or Zookeeper.  These enabled mechanisms are used in JAAS config files to determine what appears in those config files.  For example, the entire list of enabled mechanisms is used in both KafkaClient{} and KafkaServer{} sections, but that's way too broad.  We should be more precise about what mechanisms we are interested in for the different sections of these JAAS config files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)