You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ibm_catalog.json
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,18 @@
143
143
"description": "The API Key used to provision all resources created in this solution.",
144
144
"required": true
145
145
},
146
+
{
147
+
"key": "signing_key",
148
+
"type": "password",
149
+
"description": "The key used to sign the application image built by the CI pipeline deployed in this solution. Please refer to the documentation for details on generating the key.",
150
+
"display_name": "Multiline secure value",
151
+
"required": true,
152
+
"custom_config": {
153
+
"type": "multiline_secure_value",
154
+
"grouping": "deployment",
155
+
"original_grouping": "deployment"
156
+
}
157
+
},
146
158
{
147
159
"key": "region",
148
160
"type": "string",
@@ -160,12 +172,6 @@
160
172
}
161
173
]
162
174
},
163
-
{
164
-
"key": "signing_key",
165
-
"type": "password",
166
-
"description": "The key used to sign the application image built by the CI pipeline deployed in this solution.",
0 commit comments