Skip to content

Commit c22f83e

Browse files
author
Rahul MR
committed
rm policy and replaced with a generic names
1 parent 26adcf3 commit c22f83e

File tree

3 files changed

+7
-4
lines changed
  • oci-coderepo-examples

3 files changed

+7
-4
lines changed

oci-coderepo-examples/oci-devops-coderepo-with-bitbucketcloud/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ ALL {resource.type = 'devopsrepository', resource.compartment.id = 'COMPARMENT O
6969
- Create a policy (Ensure to create it under the ROOT of tenancy) for the dynamic groups with the below policy statement.
7070
7171
```
72-
Allow dynamic-group mr-devops-policy-checker-dg-connection to read secret-family in compartment <compartment name>
73-
Allow dynamic-group mr-devops-policy-checker-dg-connection to use ons-topics in compartment <compartment name>
72+
Allow dynamic-group <NAME OF THE DG> to read secret-family in compartment <compartment name>
73+
Allow dynamic-group <NAME OF THE DG> to use ons-topics in compartment <compartment name>
74+
Allow dynamic-group <NAME OF THE DG> to use devops-connection in compartment <compartment name>
7475
```
7576
7677
- Create a notification topic, that will be used for DevOps - https://docs.oracle.com/en-us/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createTopic

oci-coderepo-examples/oci-devops-coderepo-with-github/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ ALL {resource.type = 'devopsrepository', resource.compartment.id = 'COMPARMENT O
7878
- Create a policy (Ensure to create it under the **ROOT of tenancy**) for the dynamic groups with below policy statement.
7979
8080
```
81-
Allow dynamic-group mr-devops-policy-checker-dg-connection to read secret-family in compartment <compartment name>
81+
Allow dynamic-group <NAME OF THE DG> to read secret-family in compartment <compartment name>
82+
Allow dynamic-group <NAME OF THE DG> to use devops-connection in compartment <compartment name>
8283

8384
```
8485

oci-coderepo-examples/oci-devops-coderepo-with-gitlab/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ ALL {resource.type = 'devopsrepository', resource.compartment.id = 'COMPARMENT O
7474
- Create a policy (Ensure to create it under the ROOT of tenancy) for the dynamic groups with below policy statement.
7575
7676
```
77-
Allow dynamic-group mr-devops-policy-checker-dg-connection to read secret-family in compartment <compartment name>
77+
Allow dynamic-group <NAME OF THE DG> to read secret-family in compartment <compartment name>
78+
Allow dynamic-group <NAME OF THE DG> to use devops-connection in compartment <compartment name>
7879

7980
```
8081

0 commit comments

Comments
 (0)