Skip to content

Commit 09830b2

Browse files
committed
Added test env section
1 parent 0d9873c commit 09830b2

File tree

1 file changed

+8
-3
lines changed
  • security/security-design/fn-datasafe-dbaudit-to-oci-logging

1 file changed

+8
-3
lines changed

security/security-design/fn-datasafe-dbaudit-to-oci-logging/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data Safe Audit DB to OCI Logging
1+
# Data Safe Audit Database to OCI Logging
22

33
Owner: Fabrizio Zarri
44

@@ -13,15 +13,15 @@ From OCI Logging Data Safe DB Audit Logs, can be send to OCI Logging Analytics,
1313

1414
## Prerequisites
1515

16-
- Configure Data Safe to get DB Audit Events from Oracle DataBase.
16+
- Configure Data Safe to get Database Audit Events from Oracle DataBase.
1717

1818
- Configure OCI Registry username (your OCI username) and OCI Registry user password (your OCI user authtoken), See [Generating an Auth Token to Enable Login to Oracle Cloud Infrastructure Registry](https://docs.oracle.com/en-us/iaas/Content/Functions/Tasks/functionsgenerateauthtokens.htm)
1919

2020
- Create and/or Check IAM Policies to permit Oracle Cloud Infrastructure Registry username to push function image in OCI Registry. See [Policies to Control Repository Access](https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registrypolicyrepoaccess.htm)
2121

2222
- Permission to `manage` the following types of resources in your Oracle Cloud Infrastructure tenancy: `IAM policies`, `Dynamic Group`, `vcns`, `services-gateways`, `route-tables`, `security-lists`, `subnets`, `functions`, `Monitor Alarms`, and `Notifications`.
2323

24-
- Quota to create the following resources: 1 VCN, 1 subnets, 1 Service Gateway, 1 route rules, 1 function, 1 dynamic group, 1 policy in root compartment, 1 Monitor Alarm, and 1 Notification Subscription.
24+
- Quota to create the following resources: 1 VCN, 1 subnets, 1 Service Gateway, 1 route rule, 1 function, 1 dynamic group, 1 policy in root compartment, 1 Monitor Alarm, and 1 Notification Subscription.
2525

2626
If you don't have the required permissions and quota, contact your tenancy administrator. See [Policy Reference](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Reference/policyreference.htm), [Service Limits](https://docs.cloud.oracle.com/en-us/iaas/Content/General/Concepts/servicelimits.htm), [Compartment Quotas](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcequotas.htm).
2727

@@ -112,6 +112,8 @@ deployment_name="<deployment name>"
112112
113113
```
114114

115+
Please note that the `terraform.tfvars` file will include sensitive information and needs to be protected from unauthorized usage.
116+
115117
### Create the Resources
116118
Run the following commands:
117119

@@ -133,6 +135,9 @@ When you no longer need the deployment, you can run this command to destroy the
133135

134136
If there is error in destroying the object storage bucket, manually delete the bucket and run "terraform destroy" again.
135137

138+
### Test Environment
139+
We tested the terraform script in [Oracle Linux Cloud Developer Image](https://docs.oracle.com/en-us/iaas/oracle-linux/developer/index.htm) and Oracle Resource Manager
140+
136141
### Architecture Diagram
137142
![](./images/DatasafetoOCILoggingArchitecture.jpg)
138143

0 commit comments

Comments
 (0)