[COMMON] Allow to set default password complexity 01/112001/3
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 25 Aug 2020 21:22:53 +0000 (23:22 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 11 Sep 2020 19:49:03 +0000 (19:49 +0000)
commiteff1c9cd4bf1b32bd44d664daef8318befb21a67
tree738174f49b2be0c6aa6a3de8bbf33c4fb0a0646e
parentf8ca3c0897267b323ba080be04569b26579c68b1
[COMMON] Allow to set default password complexity

With the introduction of common secret template many of ONAP passwords
started being automatically generated.

The algorithm that we use for this purpose allows to choose the
complexity of generated password. By default we use "long" which
contains special characters. Unfortunately this turns out to often
cause some issue. To make our deployment more stable and user friendly
lets allow the deployer to choose the desired password complexity.

Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib7a412e19f6b44f20c8ac388393936cf5d967d4e
(cherry picked from commit f5ee1c5aa533c47f93b091eafb366c4185b4ab49)
kubernetes/common/common/templates/_createPassword.tpl
kubernetes/onap/values.yaml