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
Copy file name to clipboardExpand all lines: data-platform/modernise/goldengate/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Reviewed: 21.08.2024
15
15
16
16
-[How to connect OCI Goldengate using a Private IP & OCI Bastion during Database Migration](https://medium.com/@snoozrocks/how-to-connect-oci-goldengate-using-a-private-ip-oci-bastion-during-database-migration-b04012ed8e30)
17
17
- This blog post provides a high-level overview of the steps to connect OCI Goldengate Console using OCI Bastion Service using private subnet
18
-
18
+
-[Step by Step Guide for Readiness Precheck For Database Migrations using Oracle GoldenGate Microservices](https://medium.com/@snoozrocks/step-by-step-guide-for-readiness-precheck-for-database-migrations-using-oracle-goldengate-90b93876fae2)
Copy file name to clipboardExpand all lines: data-platform/open-source-data-platforms/oci-postgresql/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ OCI Database with PostgreSQL is designed for high availability by offering durab
18
18
-[OCI PostgreSQL to OCI PostgreSQL cross-region replication with OCI GoldenGate — Part 1](https://medium.com/@devpiotrekk/oci-postgresql-to-oci-postgresql-cross-region-replication-with-oci-goldengate-introduction-e0492fc37b92)
19
19
-[OCI PostgreSQL to OCI PostgreSQL cross-region replication with OCI GoldenGate — Part 2](https://medium.com/@devpiotrekk/oci-postgresql-to-oci-postgresql-cross-region-replication-with-oci-goldengate-oci-postgresql-d4fcffc47498)
20
20
-[OCI PostgreSQL to OCI PostgreSQL cross-region replication with OCI GoldenGate — Part 3](https://medium.com/@devpiotrekk/oci-postgresql-to-oci-postgresql-cross-region-replication-with-oci-goldengate-oci-goldengate-4ccd5dea4d6c)
21
+
-[OCI PostgreSQL replication with pglogical](https://medium.com/@devpiotrekk/replicating-oci-database-with-postgresql-using-pglogical-118182ff08f9)
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/oci-security-health-check-standard/README.md
+30-18Lines changed: 30 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Owner: Olaf Heimburger
4
4
5
-
Version: 241011
5
+
Version: 241206
6
6
7
7
Reviewed: 01.02.2024
8
8
@@ -19,6 +19,15 @@ The *OCI Security Health Check - Standard Edition* checks an OCI tenancy for [CI
19
19
20
20
This asset covers the OCI platform as specified in the *CIS Oracle Cloud Infrastructure Foundations Benchmark*, only. Any workload provisioned in Databases, Compute VMs (running any Operating System), the Container Engine for Kubernetes, or in the VMware Solution is *out of scope* of the *OCI Security Health Check*.
21
21
22
+
**This is not an official Oracle application and it is not supported by Oracle Support.**
23
+
24
+
## Before you begin
25
+
26
+
The main goals of this script are:
27
+
28
+
- Make the run as easy and smooth as possible.
29
+
- Do not affect your desktop whenever possible.
30
+
22
31
## Complete Runtime Example
23
32
24
33
See the *OCI Security Health Check - Standard Edition* in action and watch the [OCI Health Checks - Self Service video](https://www.youtube.com/watch?v=EzjKLxfxaAM).
@@ -29,22 +38,22 @@ See the *OCI Security Health Check - Standard Edition* in action and watch the [
29
38
30
39
Before running the *OCI Security Health Check - Standard Edition* you should download and verify it.
31
40
32
-
- Download the latest distribution [oci-security-health-check-standard-241011.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-241011.zip).
41
+
- Download the latest distribution [oci-security-health-check-standard-241206.zip](https://github.com/oracle-devrel/technology-engineering/raw/main/security/security-design/shared-assets/oci-security-health-check-standard/files/resources/oci-security-health-check-standard-241206.zip).
@@ -76,7 +85,8 @@ quickest way. If you decide to use this option, please continue reading in
76
85
77
86
### Recurring usage
78
87
79
-
For recurring usage, setting up a group for auditing is recommended. For setting this up follow the steps documented next.
88
+
For recurring usage, setting up a group for auditing is recommended. For setting this up follow the steps documented in the next section.
89
+
This applies for scenarios using the OCI Cloud Shell with public Internet access. For additional usage scenarios see the detailed instructions [README](files/oci-security-health-check-standard/README.md).
80
90
81
91
### Setting up an *Auditor* group and policy
82
92
@@ -88,20 +98,22 @@ To create a group for auditing do the following steps:
88
98
- Create a policy `pcy-auditing` with these statements (if your tenancy does not have Domains, replace `'Default'/'grp-auditors'` with `grp-auditors`):
89
99
```
90
100
allow group 'Default'/'grp-auditors' to inspect all-resources in tenancy
91
-
allow group 'Default'/'grp-auditors' to read instances in tenancy
92
-
allow group 'Default'/'grp-auditors' to read load-balancers in tenancy
101
+
allow group 'Default'/'grp-auditors' to read audit-events in tenancy
93
102
allow group 'Default'/'grp-auditors' to read buckets in tenancy
94
-
allow group 'Default'/'grp-auditors' to read nat-gateways in tenancy
95
-
allow group 'Default'/'grp-auditors' to read public-ips in tenancy
103
+
allow group 'Default'/'grp-auditors' to read dns in tenancy
104
+
allow group 'Default'/'grp-auditors' to read domains in tenancy
96
105
allow group 'Default'/'grp-auditors' to read file-family in tenancy
97
106
allow group 'Default'/'grp-auditors' to read instance-configurations in tenancy
107
+
allow group 'Default'/'grp-auditors' to read instances in tenancy
108
+
allow group 'Default'/'grp-auditors' to read load-balancers in tenancy
109
+
allow group 'Default'/'grp-auditors' to read nat-gateways in tenancy
98
110
allow group 'Default'/'grp-auditors' to read network-security-groups in tenancy
111
+
allow group 'Default'/'grp-auditors' to read public-ips in tenancy
99
112
allow group 'Default'/'grp-auditors' to read resource-availability in tenancy
100
-
allow group 'Default'/'grp-auditors' to read audit-events in tenancy
101
113
allow group 'Default'/'grp-auditors' to read users in tenancy
102
114
allow group 'Default'/'grp-auditors' to read vss-family in tenancy
103
-
allow group 'Default'/'grp-auditors' to read dns in tenancy
104
115
allow group 'Default'/'grp-auditors' to use cloud-shell in tenancy
116
+
allow group 'Default'/'grp-auditors' to use cloud-shell-public-network in tenancy
105
117
```
106
118
- Assign a user to the `grp-auditors` group.
107
119
- Log out of the OCI Console.
@@ -117,7 +129,7 @@ After a completed run you will find a directory with a name starting with your t
117
129
To start with reviewing the results, open the file named `tenancy_name_YYYYMMDDHHmmss_standard_cis_html_summary_report.html`.
0 commit comments