diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-07 07:53:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-07 07:53:28 +0000 |
commit | 27444aa8fabaecf121d1c6269e4b08fcffce6bcf (patch) | |
tree | b344c8cc3de3d60b07a15d79f4026e69754cf314 /kubernetes/onap | |
parent | 92878fe491ab5166573fefbf8a3a2e5010813f08 (diff) | |
parent | f5ee1c5aa533c47f93b091eafb366c4185b4ab49 (diff) |
Merge "[COMMON] Allow to set default password complexity"
Diffstat (limited to 'kubernetes/onap')
-rwxr-xr-x | kubernetes/onap/values.yaml | 5 |
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 |