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
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -232,8 +232,8 @@
232
232
{
233
233
"key": "existing_secrets_endpoint_type",
234
234
"type": "string",
235
-
"default_value": "__NULL__",
236
-
"description": "The endpoint type to use if existing_secrets_manager_crn is specified.",
235
+
"default_value": "private",
236
+
"description": "The endpoint type to use if `existing_secrets_manager_crn` is specified.",
237
237
"required": false
238
238
},
239
239
{
@@ -264,21 +264,21 @@
264
264
"key": "secret_manager_public_engine_enabled",
265
265
"type": "boolean",
266
266
"default_value": false,
267
-
"description": "Set this to true to configure a Secrets Manager public certificate engine for an existing Secrets Manager instance. If set to false, no public certificate engine will be configured for your instance.",
267
+
"description": "Whether to configure a Secrets Manager public certificate engine for an existing Secrets Manager instance. If `false`, no public certificate engine is configured for your instance.",
268
268
"required": false
269
269
},
270
270
{
271
271
"key": "cis_id",
272
272
"type": "string",
273
273
"default_value": "__NULL__",
274
-
"description": "Cloud Internet Service ID.",
274
+
"description": "Cloud Internet Service ID. Required if secret_manager_public_engine_enabled is set to true",
275
275
"required": false
276
276
},
277
277
{
278
278
"key": "ca_name",
279
279
"type": "string",
280
280
"default_value": "cert-auth",
281
-
"description": "The name of the certificate authority for Secrets Manager.",
281
+
"description": "The name of the certificate authority for Secrets Manager. Required if secret_manager_public_engine_enabled is set to true",
282
282
"required": false
283
283
},
284
284
{
@@ -292,8 +292,9 @@
292
292
"key": "acme_letsencrypt_private_key",
293
293
"type": "string",
294
294
"default_value": "__NULL__",
295
-
"description": "The private key generated by the ACME account creation tool.",
296
-
"required": false
295
+
"description": "The private key generated by the ACME account creation tool. For more information, see [documentation](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-prepare-order-certificates)",
0 commit comments