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)