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
description="Grant Secret Manager a 'Key Manager' role to the Event Notifications instance ${module.event_notifications.guid} for managing service credentials."
# Currently the main module cannot be called again as some of the count for resources depends on a computable input existing_en_instance_crn which will give error if the value is not available during planning
217
-
# As a workaround the secret manager secret is directly being created via module call
Copy file name to clipboardExpand all lines: examples/fscloud/README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,13 @@
2
2
3
3
An end-to-end example that uses the [Profile for IBM Cloud Framework for Financial Services](https://github.com/terraform-ibm-modules/terraform-ibm-secrets-manager/tree/main/modules/fscloud) to deploy a private only Secrets-Manager instance with KYOK encryption
4
4
5
-
This examples handles the provisioning of Secrets-Manager instance, the IAM engine configuration in the recently created instance and a context-based restriction (CBR) rule to only allow Secret Manager to be accessible from within the VPC..
6
-
7
-
Only private service endpoints are enabled, public are disabled. Secrets Manager instances that are private only do not offer a UI management experience.
8
-
The example uses the IBM Cloud Terraform provider to create the following infrastructure:
5
+
The example creates the following infrastructure:
9
6
10
7
- A resource group, if one is not passed in.
11
-
- A sample virtual private cloud (VPC).
12
-
-A sample event notification service.
13
-
- A secrets manager instance.
14
-
- A context-based restriction (CBR) rule to only allow Secrets Manager to be accessible from within the VPC.
8
+
- A CBR zone for Schematics
9
+
-An Event Notifications instance.
10
+
- A Secrets Manager instance.
11
+
- A context-based restriction (CBR) rule to only allow Secrets Manager to be accessible from the Schematics service.
15
12
16
13
:exclamation:**Important:** In this example, only the IBM Secrets Manager instance complies with the IBM Cloud Framework for Financial Services. Other parts of the infrastructure do not necessarily comply.
0 commit comments