On the
IBM::UrbanCode::SoftwareDeploy::UCD
resource, in the
inputs
section, the secure properties appear as name and
get_param function pairs. Because the value of the property is secure, it is not
displayed in the blueprint. The properties also appear on the
Properties tab
of the editor. The secure property names are appended with
-SECURE-PROPERTY
, as
shown in the following
example:
component1:
type: IBM::UrbanCode::SoftwareDeploy::UCD
properties:
apply_config: { get_resource: component1_sw_config }
server: my_server
version: LATEST
agent_timeout: "360"
inputs:
SecurePropertyName-SECURE-PROPERTY : {get_param: SecurePropertyName_secure_property}
In
the
parameters
section of the blueprint, the definition of each secure property is
displayed. The secure property names are appended with
_secure_property
, and the
description of each secure property and a placeholder string for the password are displayed, as
shown in the following
example:
SecurePropertyName_secure_property
type: string
description: 'Secure property definition'
default: 'DefaultComponentPasswordValue'
hidden: true