aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-07 07:53:28 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-07 07:53:28 +0000
commit27444aa8fabaecf121d1c6269e4b08fcffce6bcf (patch)
treeb344c8cc3de3d60b07a15d79f4026e69754cf314 /kubernetes/onap/values.yaml
parent92878fe491ab5166573fefbf8a3a2e5010813f08 (diff)
parentf5ee1c5aa533c47f93b091eafb366c4185b4ab49 (diff)
Merge "[COMMON] Allow to set default password complexity"
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-xkubernetes/onap/values.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml
index 394c0b4f7e..9928e93445 100755
--- a/kubernetes/onap/values.yaml
+++ b/kubernetes/onap/values.yaml
@@ -89,6 +89,11 @@ global:
# flag to enable debugging - application support required
debugEnabled: false
+ # default password complexity
+ # available options: phrase, name, pin, basic, short, medium, long, maximum security
+ # More datails: https://masterpassword.app/masterpassword-algorithm.pdf
+ passwordStrength: long
+
# configuration to set log level to all components (the one that are using
# "common.log.level" to set this)
# can be overrided per components by setting logConfiguration.logLevelOverride