[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)
commitf4c617541779b756f85e641ae9d9e3a1c617e55e
tree4fe87850a80b93989516270d0c9c80da6efdfa2c
parent5ac7099caeabb158f29f6c1bf7fb56043c38bc90
[VID] Obfuscate truststore password at the entrypoint

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
kubernetes/vid/templates/deployment.yaml
kubernetes/vid/values.yaml