Skip to content

Commit 8da478e

Browse files
committed
feat: reordering of the inputs
1 parent b7c3a36 commit 8da478e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

ibm_catalog.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,18 @@
143143
"description": "The API Key used to provision all resources created in this solution.",
144144
"required": true
145145
},
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+
},
146158
{
147159
"key": "region",
148160
"type": "string",
@@ -160,12 +172,6 @@
160172
}
161173
]
162174
},
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.",
167-
"required": false
168-
},
169175
{
170176
"key": "watsonx_admin_api_key",
171177
"type": "password",

0 commit comments

Comments
 (0)