From 73fbe1e1215615a1470b55b625b399cf17beae8b Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 17 Sep 2013 15:13:25 -0700 Subject: Set NoEcho: true for parameters containing secrets This prevents secret values being returned for stack-show. Change-Id: I82eff26fda31511b66c6371f6ded2a5fb559f3fb Fixes-Bug: #1226730 --- notcompute.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'notcompute.yaml') diff --git a/notcompute.yaml b/notcompute.yaml index 6eb86f87..ef339361 100644 --- a/notcompute.yaml +++ b/notcompute.yaml @@ -8,6 +8,7 @@ Parameters: Default: '' Description: Password to use for mysqldump from Bootstrap Host Type: String + NoEcho: true BootstrapHost: Default: '' Description: Load mysqldump from this Host @@ -16,10 +17,12 @@ Parameters: Default: '' Description: Root password for localhost access after bootstrap Type: String + NoEcho: true BootstrapSlavePassword: Default: '' Description: Password to use with BootstrapSlaveUser Type: String + NoEcho: true BootstrapSlaveUser: Default: '' Description: User to use for replication from bootstrap host @@ -27,9 +30,11 @@ Parameters: GlanceDBPassword: Description: Password for connecting to glance database Type: String + NoEcho: true HeatDBPassword: Description: Password for accessing Heat database. Type: String + NoEcho: true InstanceType: Default: baremetal Description: Use this flavor @@ -41,26 +46,32 @@ Parameters: KeystoneDBPassword: Description: Password for connecting to keystone Type: String + NoEcho: true NovaDBPassword: Description: Password for connecting to nova database Type: String + NoEcho: true NovaInterfaces: Default: eth0 Type: String NeutronDBPassword: Description: Password for connecting to neutron database Type: String + NoEcho: true NeutronInterfaces: Default: eth0 Type: String RabbitMQPassword: Description: Password for RabbitMQ Type: String + NoEcho: true RabbitPassword: Type: String + NoEcho: true ServicePassword: Description: admin_password for setting up auth in nova. Type: String + NoEcho: true notcomputeImage: Type: String Resources: -- cgit 1.2.3-korg