diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-02-24 00:58:06 +0100 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-02-25 08:57:35 +0100 |
commit | 356715b370e80e7f9337b916793404a14bc3d658 (patch) | |
tree | 5cc931683e3f61b47784339a0dc7c54a59eccbb7 /README.md | |
parent | 8971ae1e6ccc99811663652819206231065b1755 (diff) |
Update all hashed password
Update all password with new hash method
Change-Id: I7d6705b8a9c247888b451093799c2af42fc31c30
Issue-ID: DCAEGEN2-978
Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -122,7 +122,7 @@ STEPS FOR SETUP/TEST 6) When test is done – do ensure to remove the container (docker rm -f <containerid>) to avoid port conflict ``` -Authentication is disabled on the container for R1; below are the steps for enabling HTTPS/authentication for VESCollector. +Authentication is disabled on the container by default; below are the steps for enabling HTTPS/authentication for VESCollector. ``` 1) Login to the container 2) Open /opt/app/VESCollector/etc/collector.properties and edit below properties @@ -130,8 +130,10 @@ Authentication is disabled on the container for R1; below are the steps for enab collector.service.port=8080 b) Enable basic-authentication header.authflag=1 - Note: The actual credentials is stored part of header.authlist parameter. This is list of userid,password (base64encoded) values. Default configuration has below set - sample1,c2FtcGxlMQ==|vdnsagg,dmRuc2FnZw==, where password maps to same value as username. + Note: The actual credentials is stored part of header.authlist parameter. This is list of userid,password values. Default configuration has below set + sample1,$2a$10$pgjaxDzSuc6XVFEeqvxQ5u90DKJnM/u7TJTcinAlFJVaavXMWf/Zi|vdnsagg,$2a$10$C45JhiRSY.qXTBfzWST3Q.AmwKlPRMc67c33O0U9hOH8KSGaweN4m + where password maps to same value as username. + Password is generated by crypt-password tool (https://nexus.onap.org/#nexus-search;quick~crypt-password) 3) Restart the collector cd /opt/app/VESCollector ./bin/appController.sh stop |