From 7050f87bd19ba3b359ca74cb1873c26575df4668 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Thu, 27 Oct 2022 16:28:01 +0100 Subject: [PATCH] NONRTRIC Dmaapadapter config correction Issue-ID: NONRTRIC-807 Signed-off-by: aravind.est Change-Id: I8f3b1975a19fb50f89319d9b20d2c2a3b94e23a5 --- nonrtric/helm/dmaapadapterservice/resources/config/application.yaml | 2 ++ .../oran_oom/dmaapadapterservice/resources/config/application.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/nonrtric/helm/dmaapadapterservice/resources/config/application.yaml b/nonrtric/helm/dmaapadapterservice/resources/config/application.yaml index 2730af84..2fb7f45f 100644 --- a/nonrtric/helm/dmaapadapterservice/resources/config/application.yaml +++ b/nonrtric/helm/dmaapadapterservice/resources/config/application.yaml @@ -72,3 +72,5 @@ app: # KAFKA boostrap server. This is only needed if there are Information Types that uses a kafkaInputTopic kafka: bootstrap-servers: message-router-kafka.onap:9092 + # If the file name is empty, no authorization token is used + auth-token-file: diff --git a/smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml b/smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml index 2730af84..2fb7f45f 100644 --- a/smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml +++ b/smo-install/oran_oom/dmaapadapterservice/resources/config/application.yaml @@ -72,3 +72,5 @@ app: # KAFKA boostrap server. This is only needed if there are Information Types that uses a kafkaInputTopic kafka: bootstrap-servers: message-router-kafka.onap:9092 + # If the file name is empty, no authorization token is used + auth-token-file: -- 2.16.6