Skip to content

Commit 24b003f

Browse files
committed
Correct typos in README.md
1 parent cfcfc4e commit 24b003f

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ From OCI Logging Data Safe DB Audit Logs, can be send to OCI Logging Analytics,
1616

1717
- 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)
1818

19-
- Permission to `manage` the following types of resources in your Oracle Cloud Infrastructure tenancy: `IAM policies`, `vcns`, `services-gateways`, `route-tables`, `security-lists`, `subnets`, `functions`, `Monitor Alarms`, and `Notifications`.
19+
- 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`.
2020

2121
- 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.
2222

2323
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).
2424

2525
## Deploy Using Oracle Resource Manager
2626

27-
1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/fzarri/oci-datasafe-audit-to-logging/archive/refs/tags/firstr.zip)
27+
1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-devrel/technology-engineering)
2828

2929
2. If you aren't already signed in, when prompted, enter the tenancy and user credentials.
3030

@@ -47,8 +47,8 @@ If you don't have the required permissions and quota, contact your tenancy admin
4747
### Clone the Module
4848
Now, you'll want a local copy of this repo. You can make that with the commands:
4949

50-
git clone https://github.com/fzarri/oci-datasafe-audit-to-logging.git
51-
cd oci-datasafe-audit-to-logging/terraform
50+
git clone https://github.com/oracle-devrel/technology-engineering.git
51+
cd security/security-design/fn-datasafe-dbaudit-to-oci-logging
5252
ls
5353

5454
### Prerequisites

0 commit comments

Comments
 (0)