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 --- nagios3.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nagios3.yaml') diff --git a/nagios3.yaml b/nagios3.yaml index 5c36329e..e60eb559 100644 --- a/nagios3.yaml +++ b/nagios3.yaml @@ -9,6 +9,7 @@ Parameters: Description: Password for nagiosadmin web admin user. Type: String Default: nagiosadmin + NoEcho: true NovaHostIp: Description: nova ip. Type: String @@ -17,6 +18,7 @@ Parameters: Description: nova OS_PASSWORD. Type: String Default: unset + NoEcho: true NovaOsUsername: Description: nova OS_USERNAME. Type: String @@ -40,11 +42,13 @@ Parameters: Apache2SnakeoilPem: Description: Snakeoil PEM file. Type: String + NoEcho: true Default: | ----- BEGIN PlaceHolder... Apache2SnakeoilKey: Description: Snakeoil Key file. Type: String + NoEcho: true Default: | ----- BEGIN PlaceHolder... PostfixMailHostname: -- cgit 1.2.3-korg