diff options
author | 2018-12-03 12:28:41 +0100 | |
---|---|---|
committer | 2018-12-07 14:50:10 +0100 | |
commit | 27b6e6483e73e37a235b8160ad9a1c9f3f68d5ea (patch) | |
tree | 3d99f292f243d17eee2a47386950f198013a7c02 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -29,6 +29,14 @@ Run the image using docker-compose.yml docker-compose up ``` +### Generate auth credential + +Util "crypt_password.py" to generate new cryptographic password is stored in dcaegen2/sdk + +``` +python crypt_password.py -p TestPassword +``` + ### Environment variables in Docker Container Most of the configuration of how VESCollector should be started and managed is done through environment variables. Some of them are set during the image build process and some of them are defined manually or by |