diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-12-14 11:41:36 -0500 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-12-14 11:41:44 -0500 |
commit | 5e13811e8bf8d551ffd32b666e083c793eb00f4f (patch) | |
tree | 9cc26c53f1fd358aef0c699a01d86590b4b4af3d /kubernetes/dcaegen2-services/components/dcae-restconf-collector | |
parent | 0ea903d6d6c9b7e52eb3fd57ba5e3d1f8273b439 (diff) |
[DCAE] Log4j vulnerability fix
Disable explicitly the msg format lookups
Change-Id: I7485d5de818bd7897458723aaf5b3357a8ccc1dd
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3022
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-restconf-collector')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml b/kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml index ad29e33a90..66c781cb3b 100644 --- a/kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml @@ -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 |