summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2018-09-21 10:25:30 -0400
committersunil unnava <sunil.unnava@att.com>2018-09-21 10:25:55 -0400
commit6c57aa16a001b901bdb428f5a67fe6c2890e00a9 (patch)
tree963465026035017b5bbb35a7eb7cfe83e72c586d
parentc23ea94e0ee68ca4b0a5d7554f5ce4d4f84cd5f0 (diff)
Remove the SASL properties from the image
Issue-ID: DMAAP-520 Change-Id: I526e11f06a14c3e2f45d274a33372b212b4615cb Signed-off-by: sunil unnava <sunil.unnava@att.com>
-rw-r--r--src/main/docker/start-kafka.sh3
1 files changed, 0 insertions, 3 deletions
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