From: sunil unnava Date: Fri, 21 Sep 2018 14:25:30 +0000 (-0400) Subject: Remove the SASL properties from the image X-Git-Tag: 3.0.1-ONAP~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fkafka11aaf.git;a=commitdiff_plain;h=6c57aa16a001b901bdb428f5a67fe6c2890e00a9 Remove the SASL properties from the image Issue-ID: DMAAP-520 Change-Id: I526e11f06a14c3e2f45d274a33372b212b4615cb Signed-off-by: sunil unnava --- diff --git a/src/main/docker/start-kafka.sh b/src/main/docker/start-kafka.sh index 612718f..587905d 100644 --- a/src/main/docker/start-kafka.sh +++ b/src/main/docker/start-kafka.sh @@ -142,9 +142,6 @@ cp /tmp/kafka_server_jaas.conf $KAFKA_HOME/config cp /tmp/cadi.properties $KAFKA_HOME/config export KAFKA_OPTS="-Djava.security.auth.login.config=$KAFKA_HOME/config/kafka_server_jaas.conf" -echo "authorizer.class.name=org.onap.dmaap.kafkaAuthorize.KafkaCustomAuthorizer" >> $KAFKA_HOME/config/server.properties -echo "sasl.enabled.mechanisms=PLAIN" >> $KAFKA_HOME/config/server.properties -echo "sasl.mechanism.inter.broker.protocol=PLAIN" >> $KAFKA_HOME/config/server.properties echo "10.12.6.214 aaf-onap-beijing-test aaf-onap-beijing-test.osaaf.org aaf-onap-test.osaaf.org" >> /etc/hosts