summaryrefslogtreecommitdiffstats
path: root/bundleconfig-local/etc/appprops/kafka_pub_jaas.conf
diff options
context:
space:
mode:
authorsunil unnava <su622b@att.com>2018-08-14 16:11:21 -0400
committersunil unnava <su622b@att.com>2018-08-14 16:15:23 -0400
commit82b1b7c6da6ee15853158a19d11d944579c87ede (patch)
tree1c363c09f73dc11ea4ec52292fbff7e121a7689b /bundleconfig-local/etc/appprops/kafka_pub_jaas.conf
parent70705a32b74d6ee29979a246a45686a9546dd5d7 (diff)
add test cases after the kafka 11 upgrade changes
Issue-ID: DMAAP-527 Change-Id: I5accb52b74bdb504fdcda0030192dd28fe72ace4 Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'bundleconfig-local/etc/appprops/kafka_pub_jaas.conf')
-rw-r--r--bundleconfig-local/etc/appprops/kafka_pub_jaas.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundleconfig-local/etc/appprops/kafka_pub_jaas.conf b/bundleconfig-local/etc/appprops/kafka_pub_jaas.conf
new file mode 100644
index 0000000..e27eac4
--- /dev/null
+++ b/bundleconfig-local/etc/appprops/kafka_pub_jaas.conf
@@ -0,0 +1,5 @@
+KafkaClient {
+ org.apache.kafka.common.security.plain.PlainLoginModule required
+ username="admin"
+ password="admin_secret";
+};