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

[jira] [Created] (KAFKA-12402) client_sasl_mechanism should be an explicit list instead of a .csv string

Ron Dagostino created KAFKA-12402:
-------------------------------------

             Summary: client_sasl_mechanism should be an explicit list instead of a .csv string
                 Key: KAFKA-12402
                 URL: https://issues.apache.org/jira/browse/KAFKA-12402
             Project: Kafka
          Issue Type: Improvement
          Components: system tests
            Reporter: Ron Dagostino


The SecurityConfig and the KafkaService system test classes both accept a client_sasl_mechanism parameter.  This is typically a single value (e.g. PLAIN), but DelegationTokenTest sets self.kafka.client_sasl_mechanism = 'GSSAPI,SCRAM-SHA-256'.  If we need to support a list of mechanisms then the parameter should be an explicit list instead of a .csv string.



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