Merge "[COMMON] Allow to set default password complexity"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 7 Sep 2020 07:53:28 +0000 (07:53 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 7 Sep 2020 07:53:28 +0000 (07:53 +0000)
1  2 
kubernetes/onap/values.yaml

@@@ -48,8 -48,9 +48,8 @@@ global
      password: docker
    dockerHubRepository: docker.io
  
 -  # readiness check - temporary repo until images migrated to nexus3
 -  readinessRepository: oomk8s
 -  readinessImage: readiness-check:2.2.2
 +  # readiness check
 +  readinessImage: onap/oom/readiness:3.0.1
  
    # curl image
    curlImage: curlimages/curl:7.69.1
    # 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