summaryrefslogtreecommitdiffstats
path: root/northbound/ueb-listener/src/main/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2021-12-09[SDC CLIENT] Allow HTTPSylvain Desbureaux1-0/+8
By default, SDC client is using only https, which can be problematic when used on top of service mesh for example. Let's override isUseHttpsWithSDC in order to allow use of http thanks to a configuration variable. Issue-ID: OOM-2258 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ifb8cb7cbf2881d3f2b2d131f1b0a44db6da3200e
2021-07-19Fix XML external entity vulnerability (CCSDK-3324)Jonathan Platt1-3/+4
Disabled XML external entity references to resolve XML external entity vulnerability in 'SdncUebCallback.java' Issue-ID: CCSDK-3324 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: If959e915921042fdd0ba2ff16e167005ba1beed8
2021-07-09Add host name verifier that accepts IP addressesDan Timoney1-6/+2
Add a host name verifier that handles IP addresses as special cases, so that they can be safely ignored in lab environments Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I83cec989102620b52a227b7ca71efb92227d834c
2021-02-18Add new EnvProperties classDan Timoney1-1/+2
Added new class EnvProperties, which extends java.util.Properties and supports property values containing embedded environment variable references. Updated code to use this class to load svclogic.properties, and updated dmaap listener to use that class to load dmaap listener configuration. Issue-ID: SDNC-1482 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7538b719631d8c10c27d059aeb4f70ce92760ebd
2020-12-01Migrate sli-northbound repoJessica Wagantall14-0/+4666
Migrate sli-northbound repo files into new directory "northbound". Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>