diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2018-12-03 12:28:41 +0100 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2018-12-07 14:50:10 +0100 |
commit | 27b6e6483e73e37a235b8160ad9a1c9f3f68d5ea (patch) | |
tree | 3d99f292f243d17eee2a47386950f198013a7c02 /etc | |
parent | 1afc93ddb4afc226562043822f6c5e9dc0ed4b2a (diff) |
Remove clear text password
Change to SHA256
Change-Id: I1c41247cf4094523b61487cbce0030d585982b06
Issue-ID: DCAEGEN2-978
Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/collector.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/collector.properties b/etc/collector.properties index 475c49b0..d0c90695 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -60,9 +60,9 @@ collector.dmaapfile=./etc/DmaapConfig.json ## To disable enter 0
header.authflag=0
-## Combination of userid,base64 encoded pwd list to be supported
+## Combination of userid,hashPassword encoded pwd list to be supported
## userid and pwd comma separated; pipe delimitation between each pair
-header.authlist=sample1,c2FtcGxlMQ==
+header.authlist=sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7oGOi6
## Event transformation Flag - when set expects configurable transformation
## defined under ./etc/eventTransform.json
|