From 2dbdeb02a159d3c821aa76ab2b4086b38f3a2680 Mon Sep 17 00:00:00 2001 From: Vijay VK Date: Fri, 2 Mar 2018 20:41:46 +0000 Subject: address security issue reported Change-Id: I6ad0916cb2d385b01eaaae5c76e99f1f7e81ea30 Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-360 --- etc/collector.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/collector.properties') diff --git a/etc/collector.properties b/etc/collector.properties index 5ec982a6..373ca6ed 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -57,6 +57,7 @@ exceptionConfig=./etc/ExceptionConfig.json ## When authflag is enabled, only secure port will be supported ## To disable enter 0 header.authflag=0 + ## Combination of userid,base64 encoded pwd list to be supported ## userid and pwd comma separated; pipe delimitation between each pair header.authlist=sample1,c2FtcGxlMQ== -- cgit 1.2.3-korg