Skip to content

Commit c8b3ee0

Browse files
Merge remote-tracking branch 'origin/improve-DA' into improve-DA
2 parents 68404e5 + 5053157 commit c8b3ee0

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

ibm_catalog.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"provider_name": "IBM",
2828
"features": [
2929
{
30-
"title": "Internet Service DNS",
31-
"description": "Configures Internet Service DNS for domain validation when ordering certificates. [Learn more](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-add-dns-provider&interface=terraform)."
30+
"title": "DNS configuration in Internet Services",
31+
"description": "Adds DNS configuration in Internet Services for domain validation when ordering certificates. [Learn more](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-add-dns-provider&interface=ui)."
3232
},
3333
{
3434
"title": "Service-to-Service Authorization",
35-
"description": "Creates authorization between Secrets Manager and Internet Service. [Learn more](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-prepare-order-certificates#authorize-cis)."
35+
"description": "Creates [authorization](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-prepare-order-certificates#authorize-cis) between the Secrets Manager and Internet Services."
3636
},
3737
{
3838
"title": "Certificate Authority",
@@ -78,14 +78,14 @@
7878
"crn:v1:bluemix:public:iam::::role:Administrator"
7979
],
8080
"service_name": "All Account Management services",
81-
"notes": "[Optional] Required to deploy Cloud automation for account configuration, which creates foundational IBM Cloud account resources, like IAM settings, trusted profiles, access groups, and resource groups."
81+
"notes": "[Optional] Required to create new resource groups when enabling the Account Configuration integration."
8282
},
8383
{
8484
"role_crns": [
8585
"crn:v1:bluemix:public:iam::::role:Administrator"
8686
],
8787
"service_name": "All Identity and Access enabled services",
88-
"notes": "[Optional] Required to deploy Cloud automation for account configuration, which creates foundational IBM Cloud account resources, like IAM settings, trusted profiles, access groups, and resource group with account settings."
88+
"notes": "[Optional] Required to create new resource groups with account settings when enabling the Account Configuration integration."
8989
},
9090
{
9191
"role_crns": [
@@ -100,47 +100,47 @@
100100
"crn:v1:bluemix:public:iam::::serviceRole:Manager"
101101
],
102102
"service_name": "secrets-manager",
103-
"notes": "Required for creating a Secrets Manager instance to deploy public certificates engine."
103+
"notes": "Required to create a Secrets Manager instance."
104104
},
105105
{
106106
"role_crns": [
107107
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
108108
"crn:v1:bluemix:public:iam::::role:Editor"
109109
],
110110
"service_name": "event-notifications",
111-
"notes": "[Optional] Required for creating an Event Notifications instance."
111+
"notes": "[Optional] Required to create an Event Notifications instance."
112112
},
113113
{
114114
"role_crns": [
115115
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
116116
"crn:v1:bluemix:public:iam::::role:Editor"
117117
],
118118
"service_name": "sysdig-monitor",
119-
"notes": "[Optional] Required if you are consuming the Cloud Monitoring deployable architecture."
119+
"notes": "[Optional] Required to create an instance of Cloud Monitoring."
120120
},
121121
{
122122
"role_crns": [
123123
"crn:v1:bluemix:public:iam::::serviceRole:Writer",
124124
"crn:v1:bluemix:public:iam::::role:Editor"
125125
],
126126
"service_name": "atracker",
127-
"notes": "[Optional] Required if you are configuring Activity Tracker deployable architecture."
127+
"notes": "[Optional] Required when enabling the Activity Tracker Event Routing."
128128
},
129129
{
130130
"role_crns": [
131131
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
132132
"crn:v1:bluemix:public:iam::::role:Editor"
133133
],
134134
"service_name": "cloud-object-storage",
135-
"notes": "[Optional] Required if you are provisioning Object Storage."
135+
"notes": "[Optional] Required to create Object Storage instance."
136136
},
137137
{
138138
"role_crns": [
139139
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
140140
"crn:v1:bluemix:public:iam::::role:Editor"
141141
],
142142
"service_name": "logs",
143-
"notes": "[Optional] Required if you are consuming the Cloud logs deployable architecture."
143+
"notes": "[Optional] Required to create an instance of Cloud Logs."
144144
},
145145
{
146146
"role_crns": [
@@ -156,7 +156,7 @@
156156
"crn:v1:bluemix:public:iam::::role:Editor"
157157
],
158158
"service_name": "kms",
159-
"notes": "[Optional] Required to deploy Cloud automation for Key Protect."
159+
"notes": "[Optional] Required if Key Protect is used for encryption."
160160
}
161161
],
162162
"configuration": [
@@ -308,7 +308,7 @@
308308
"dependencies": [
309309
{
310310
"name": "deploy-arch-ibm-secrets-manager",
311-
"description": "Enable to provision and configure Secrets Manager.",
311+
"description": "Configure Secrets Manager to deploy public certificates engine.",
312312
"id": "6d6ebc76-7bbd-42f5-8bc7-78f4fabd5944-global",
313313
"version": "v2.8.6",
314314
"flavors": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Cloud automation for Secrets Manager Public Certificates Engine (Fully configurable)
1+
# Cloud automation for Secrets Manager public certificates engine (Fully configurable)
22

33
:exclamation: **Important:** This solution is not intended to be called by other modules because it contains a provider configuration and is not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information, see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers).

0 commit comments

Comments
 (0)