The Mirror Maker 1 startup scripts have a typo when checking the OAuth path. This results in following error when starting the container without OAuth configuration:
Preparing truststore for OAuth Adding /opt/kafka/consumer-oauth-certs/**/* to truststore /tmp/kafka/consumer-oauth.keystore.p12 with alias oauth-0 keytool error: java.io.FileNotFoundException: /opt/kafka/consumer-oauth-certs/**/* (No such file or directory) Preparing truststore for OAuth is complete
This is because of typo in the name of the variable used in the check.