Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"description": "Creates and configures an IBM Key Protect instance and creates root keys for IBM Cloud Object Storage, Event Notifications, and Secrets Manager."
},
{
"title": "Creates an IBM Secrets Manager instance",
"title": "Creates an IBM Cloud Secrets Manager instance",
"description": "Creates and configures an IBM Secrets Manager instance."
},
{
Expand All @@ -51,15 +51,15 @@
},
{
"title": "Creates an IBM Cloud Object Storage instance",
"description": "Creates and configures an IBM Cloud Object Storage instance and multiple Object Storage buckets that is encrypted by Key Protect."
"description": "Creates and configures an IBM Cloud Object Storage instance and multiple Object Storage buckets that are encrypted by IBM Key Protect."
},
{
"title": "Creates an IBM Cloud Event Notifications instance",
"description": "Creates and configures an IBM Cloud Event Notifications instance with topics for Secrets Manager and Security and Compliance Center events."
},
{
"title": "Creates service-to-service authorizations",
"description": "Creates and configures service-to-service authorizations for the following services: KMS, Event Notifications, Object Storage, Secrets Manager, and Security and Compliance Center."
"description": "Creates and configures service-to-service authorizations for the following IBM Cloud services: Key Protect, Event Notifications, Object Storage, Security and Compliance Center, and Secrets Manager."
}
],
"flavors": [
Expand Down Expand Up @@ -124,24 +124,24 @@
"description": "Creates and configures an IBM Key Protect instance and creates root keys for IBM Cloud Object Storage, Event Notifications, and Secrets Manager."
},
{
"title": "Creates an IBM Secrets Manager instance ",
"description": "Creates and configures an IBM Secrets Manager instance."
"title": "Creates an IBM Cloud Secrets Manager instance ",
"description": "Create, lease, and centrally manage secrets that are used in your apps and services using IBM Secrets Manager instance."
},
{
"title": "Optionally configure an IBM Secrets Manager IAM credentials engine to an IBM Secrets Manager instance.",
"description": "Optionally configure an IBM Secrets Manager IAM credentials engine to an IBM Secrets Manager instance."
},
"title": "Optionally configure an IBM Cloud Secrets Manager IAM credentials engine to an IBM Cloud Secrets Manager instance.",
"description": "Optionally configure an IBM Secrets Manager IAM credentials engine to an IBM Cloud Secrets Manager instance."
},
{
"title": "Creates an IBM Security and Compliance Center instance",
"description": "Creates and configures an IBM Security Compliance Center instance."
"title": "Creates an IBM Cloud Security and Compliance Center instance",
"description": "Manage your continuous compliance monitoring needs using IBM Security Compliance Center instance."
},
{
"title": "Creates a Security and Compliance Center Workload Protection instance",
"description": "Creates and configures a Security and Compliance Center Workload Protection instance."
"title": "Creates a IBM Cloud Security and Compliance Center Workload Protection instance",
"description": "Creates a Cloud-Native Application Protection Platform solution to manage your security and compliance posture, allowing you to monitor misconfigurations and detect and respond to vulnerabilities and threats in real-time."
},
{
"title": "Creates an IBM Event Notification instance",
"description": "Creates and configures an Event Notifications instance."
"title": "Creates an IBM Cloud Event Notification instance",
"description": "Deliver Email, SMS, Webhooks and Push Notifications for your IBM Cloud service events using IBM Event Notification instance."
}
],
"diagrams": [
Expand Down Expand Up @@ -223,7 +223,7 @@
"required": false
},
{
"key" : "existing_en_instance_crn",
"key": "existing_en_instance_crn",
"type": "string",
"default_value": "__NULL__",
"description": "The CRN of existing event notification instance. If not supplied, a new instance is created.",
Expand All @@ -233,14 +233,14 @@
"key": "existing_secrets_manager_crn",
"type": "string",
"default_value": "__NULL__",
"description": "The CRN of an existing Secrets Manager instance to use in this solution. If not set, a new Secrets Manager instance is provisioned.",
"description": "The CRN of an existing IBM Cloud Secrets Manager instance to use in this solution. If not set, a new Secrets Manager instance is provisioned.",
"required": false
},
{
"key": "sm_service_plan",
"type": "string",
"default_value": "standard",
"description": "The pricing plan to use for Secrets Manager. Not used if `existing_secrets_manager_crn` is specified.",
"description": "The pricing plan to use for IBM Cloud Secrets Manager. Not used if `existing_secrets_manager_crn` is specified.",
"required": false,
"options": [
{
Expand Down Expand Up @@ -322,4 +322,4 @@
]
}
]
}
}