[VID] Obfuscate truststore password at the entrypoint 86/119486/11
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 18 Mar 2021 10:08:36 +0000 (11:08 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 23 Mar 2021 19:03:46 +0000 (19:03 +0000)
VID unfortunately expects truststore password to be obfuscated instead
of getting it in plain text.

Current solution that we had in the master branch was only a temporary
fix which hardcoded obfuscated password in our charts.

This patch introduces a proper solution that uses jetty-util to
obfuscate the password before starting VID application.

Issue-ID: OOM-1
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I391c29b6552121fd0b574a1046b4c1551c1a927a


No differences found