[DCAE] Log4j vulnerability fix 36/126236/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Tue, 14 Dec 2021 16:41:36 +0000 (11:41 -0500)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 14 Dec 2021 16:41:44 +0000 (11:41 -0500)
Disable explicitly the msg format lookups

Change-Id: I7485d5de818bd7897458723aaf5b3357a8ccc1dd
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3022

kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml
kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml
kubernetes/dcaegen2-services/components/dcae-ves-mapper/values.yaml

index ad29e33..66c781c 100644 (file)
@@ -107,6 +107,10 @@ credentials:
   uid: *controllerCredsUID
   key: password
 
+# application environments
+applicationEnv:
+  LOG4J_FORMAT_MSG_NO_LOOKUPS: 'true'
+
 # Initial Application Configuration
 applicationConfig:
   collector.rcc.appDescription: DCAE RestConf Collector Application
index f863ff8..31007f2 100644 (file)
@@ -107,6 +107,7 @@ service:
 # application environments
 applicationEnv:
   CBS_CLIENT_CONFIG_PATH: '/app-config-input/application_config.yaml'
+  LOG4J_FORMAT_MSG_NO_LOOKUPS: 'true'
 
 # initial application configuration
 applicationConfig:
index a7186a4..93214d3 100644 (file)
@@ -70,6 +70,9 @@ service:
       port: 80
       port_protocol: http
 
+# application environments
+applicationEnv:
+  LOG4J_FORMAT_MSG_NO_LOOKUPS: 'true'
 
 # Initial Application Configuration
 applicationConfig: