Tom Scott created KAFKA-7746: -------------------------------- Summary: sasl.jaas.config dynamic broker configuration does not accept "=" in value Key: KAFKA-7746 URL: https://issues.apache.org/jira/browse/KAFKA-7746 Project: Kafka Issue Type: Bug Components: config, security Reporter: Tom Scott
In KIP-226 it give an example of setting sasl.jaas.config using dynmaic broker configuration: [https://cwiki.apache.org/confluence/display/KAFKA/KIP-226+-+Dynamic+Broker+Configuration#KIP-226-DynamicBrokerConfiguration-NewBrokerConfigurationOption] However, as most SASL module configurations contain the "=" symbol this ends up with the error: {code:java} requirement failed: Invalid entity config: all configs to be added must be in the format “key=val”.{code} I have tried various escape sequences but have not so far been successful. -- This message was sent by Atlassian JIRA (v7.6.3#76005)