Manila: Hide password strings

This change ensures that parameters to define password strings are
properly hidden, because the credentials should be secret.

Change-Id: Ib07b204050a4a15266b7652ae5f284c56ecdad17
(cherry picked from commit 012121109e)
This commit is contained in:
Takashi Kajinami 2021-09-27 15:21:34 +09:00
parent 782ba09a09
commit 0471ac57e0
5 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ parameters:
ManilaIsilonNasPassword:
type: string
default: ''
hidden: true
ManilaIsilonNasServer:
type: string
default: ''

View File

@ -16,6 +16,7 @@ parameters:
ManilaNetappPassword:
type: string
default: ''
hidden: true
ManilaNetappServerHostname:
type: string
default: ''

View File

@ -16,6 +16,7 @@ parameters:
ManilaUnityNasPassword:
type: string
default: ''
hidden: true
ManilaUnityNasServer:
type: string
default: ''

View File

@ -16,6 +16,7 @@ parameters:
ManilaVMAXNasPassword:
type: string
default: ''
hidden: true
ManilaVMAXNasServer:
type: string
default: ''

View File

@ -16,6 +16,7 @@ parameters:
ManilaVNXNasPassword:
type: string
default: ''
hidden: true
ManilaVNXNasServer:
type: string
default: ''