Skip to content

Commit 2569ff6

Browse files
committed
Fixes in README.
1 parent 2abfe10 commit 2569ff6

File tree

2 files changed

+19
-18
lines changed
  • security/security-design/shared-assets/oci-security-health-check-standard

2 files changed

+19
-18
lines changed

security/security-design/shared-assets/oci-security-health-check-standard/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ To create a group for auditing do the following steps:
8989
allow group 'Default'/'grp-auditors' to read users in tenancy
9090
allow group 'Default'/'grp-auditors' to read vss-family in tenancy
9191
allow group 'Default'/'grp-auditors' to read dns in tenancy
92-
allow group 'Default'/'grp-auditors' to use cloud-shell in tenancy ```
92+
allow group 'Default'/'grp-auditors' to use cloud-shell in tenancy
93+
```
9394
- Assign a user to the `grp-auditors` group.
9495
- Log out of the OCI Console.
9596

security/security-design/shared-assets/oci-security-health-check-standard/files/oci-security-health-check-standard/README.txt

+17-17
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@ Usage
3636
- If "Domains" are listed you are migrated to Identity Domains
3737
- Create a group grp-auditors
3838
- Create a policy pcy-auditing with these statements:
39-
- For tenancies without Identity Domains use
40-
allow group grp-auditors to inspect all-resources in tenancy
41-
allow group grp-auditors to read instances in tenancy
42-
allow group grp-auditors to read load-balancers in tenancy
43-
allow group grp-auditors to read buckets in tenancy
44-
allow group grp-auditors to read nat-gateways in tenancy
45-
allow group grp-auditors to read public-ips in tenancy
46-
allow group grp-auditors to read file-family in tenancy
47-
allow group grp-auditors to read instance-configurations in tenancy
48-
allow group grp-auditors to read network-security-groups in tenancy
49-
allow group grp-auditors to read resource-availability in tenancy
50-
allow group grp-auditors to read audit-events in tenancy
51-
allow group grp-auditors to read users in tenancy
52-
allow group grp-auditors to read vss-family in tenancy
53-
allow group grp-auditors to read dns in tenancy
54-
allow group grp-auditors to use cloud-shell in tenancy
55-
- For tenancies *with* Identity Domains use
39+
- For tenancies without Identity Domains use
40+
allow group grp-auditors to inspect all-resources in tenancy
41+
allow group grp-auditors to read instances in tenancy
42+
allow group grp-auditors to read load-balancers in tenancy
43+
allow group grp-auditors to read buckets in tenancy
44+
allow group grp-auditors to read nat-gateways in tenancy
45+
allow group grp-auditors to read public-ips in tenancy
46+
allow group grp-auditors to read file-family in tenancy
47+
allow group grp-auditors to read instance-configurations in tenancy
48+
allow group grp-auditors to read network-security-groups in tenancy
49+
allow group grp-auditors to read resource-availability in tenancy
50+
allow group grp-auditors to read audit-events in tenancy
51+
allow group grp-auditors to read users in tenancy
52+
allow group grp-auditors to read vss-family in tenancy
53+
allow group grp-auditors to read dns in tenancy
54+
allow group grp-auditors to use cloud-shell in tenancy
55+
- For tenancies *with* Identity Domains use
5656
allow group 'Default'/'grp-auditors' to inspect all-resources in tenancy
5757
allow group 'Default'/'grp-auditors' to read instances in tenancy
5858
allow group 'Default'/'grp-auditors' to read load-balancers in tenancy

0 commit comments

Comments
 (0)