Merge "[OOM][OOF-HAS] Use basic password strength to avoid dollar sign"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 15 Mar 2022 13:42:56 +0000 (13:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 15 Mar 2022 13:42:56 +0000 (13:42 +0000)
kubernetes/onap/values.yaml
kubernetes/oof/components/oof-has/values.yaml

index 73f96d3..f5b5c8e 100755 (executable)
@@ -135,7 +135,7 @@ global:
 
   # default password complexity
   # available options: phrase, name, pin, basic, short, medium, long, maximum security
-  # More datails: https://masterpassword.app/masterpassword-algorithm.pdf
+  # More datails: https://www.masterpasswordapp.com/masterpassword-algorithm.pdf
   passwordStrength: long
 
   # configuration to set log level to all components (the one that are using
index 248d3af..bc129be 100755 (executable)
@@ -155,3 +155,6 @@ etcd-init:
     keyPrefix: conductor
   flavor: *etcd-flavor
   resources: *etcd-resources
+
+# Python doesn't support well dollar sign in password
+passwordStrengthOverride: basic
\ No newline at end of file