Change auto-generated passwords to place-holders

auto-generated passwords looks like the real ones
instead of simplistic ones

Added password generator

Change-Id: I0fe22c5ef1c0d815105fca717d6311da36fcc4f2
Closes-Bug: #1651706
This commit is contained in:
Pundaleek P Belamge 2016-12-21 07:41:41 -05:00
parent 1324103e27
commit 7026e684f9
1 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ attributes:
label: "Trove Settings"
auth_name:
value: 'trove'
value: ''
label: 'Auth Username'
description: ''
weight: 20
@ -23,7 +23,7 @@ attributes:
description: ''
weight: 21
type: 'password'
value: 'NN2eNK27rPLQM2cf2JrNPnwc'
value: 'changeme'
regex:
source: '^[\S]{8,}$'
error: "Password length should not be less than 8 characters"
@ -36,7 +36,7 @@ attributes:
description: ''
weight: 22
type: 'password'
value: 'nupTgLU9a6SyFCBnsMfYH7Ag'
value: 'changeme'
regex:
source: '^[\S]{8,}$'
error: "Password length should not be less than 8 characters"
@ -49,20 +49,20 @@ attributes:
description: ''
weight: 23
type: 'text'
value: 'trove'
value: ''
regex:
source: '^[\S]{4,}$'
error: "Username length should not be less than 4 characters"
restrictions:
- action: hide
condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false
condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false
rabbit_password:
label: 'RabbitMQ Password'
description: ''
weight: 24
type: 'password'
value: '9sk9rWwXWbZnxmBFfhGtrGfP'
value: 'changeme'
regex:
source: '^[\S]{8,}$'
error: "Password length should not be less than 8 characters"
@ -71,7 +71,7 @@ attributes:
condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false
rabbit_port:
value: "55671"
value: ""
label: "RabbitMQ Port"
description: ""
weight: 25