From 7026e684f94b50314ba85e675096c0f16478a924 Mon Sep 17 00:00:00 2001 From: Pundaleek P Belamge Date: Wed, 21 Dec 2016 07:41:41 -0500 Subject: [PATCH] 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 --- environment_config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/environment_config.yaml b/environment_config.yaml index eb94500..01b6ec7 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -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