Hello,
We're providing the following environment variable:
CONNECT_SASL_JAAS_CONFIG: org.apache.kafka.common.security.scram.ScramLoginModule required username="fakeusername" password="fakepassword"
In 1.4.1.Final this is properly parsed out as seen by the following output:
--- Setting property from CONNECT_SASL_JAAS_CONFIG: sasl.jaas.config=[hidden]
however in 1.4.2.Final and onwards the output has changed due to the parsing errors:
--- Setting property from CONNECT_SASL_JAAS_CONFIG=org.apache.kafka.common.security.scram.ScramLoginModule required username="fakeusername" password: sasl.jaas.config=org.apache.kafka.common.security.scram.scramloginmodule required username="fakeusername" password="fakepassword";
I appreciate any help with this issue, I'm not sure if it's a bug or if we've missed some breaking changes with the way we're passing in our environment variables.
Kind Regards,