From 27b6e6483e73e37a235b8160ad9a1c9f3f68d5ea Mon Sep 17 00:00:00 2001 From: Zlatko Murgoski Date: Mon, 3 Dec 2018 12:28:41 +0100 Subject: Remove clear text password Change to SHA256 Change-Id: I1c41247cf4094523b61487cbce0030d585982b06 Issue-ID: DCAEGEN2-978 Signed-off-by: Zlatko Murgoski --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 09037680..f77ca227 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit 1.2.3-korg