Skip to content

Commit f80a612

Browse files
authored
Added placeholders in dynamic group and policies
1 parent 3fb34cb commit f80a612

File tree

1 file changed

+6
-6
lines changed
  • oci-build-examples/oci_devops_build_with_graalenterprise

1 file changed

+6
-6
lines changed

oci-build-examples/oci_devops_build_with_graalenterprise/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ This sample shows how to use `Oracle GraalVM Enterprise Edition` in `OCI DevOps
4343

4444
![](images/oci_devops_logs.png)
4545

46-
Create an OCI Dynamic group and add the below rules. - https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingdynamicgroups.htm
46+
Create an OCI Dynamic group and add the below rules. Replace `<YOUR_COMPARMENT_OCID>` with your compartment OCID. - https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingdynamicgroups.htm
4747

4848
```markdown
49-
ALL {resource.type = 'devopsbuildpipeline', resource.compartment.id = 'COMPARMENT OCID'}
49+
ALL {resource.type = 'devopsbuildpipeline', resource.compartment.id = '<YOUR_COMPARMENT_OCID>'}
5050

51-
ALL {resource.type = 'devopsrepository', resource.compartment.id = 'COMPARMENT OCID'}
51+
ALL {resource.type = 'devopsrepository', resource.compartment.id = '<YOUR_COMPARMENT_OCID>'}
5252
```
5353

54-
- Create an OCI policy and add the below policies - https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policies.htm
54+
- Create an OCI policy and add the following policies. Replace `<YOUR_DynamicGroup_NAME>` with the name of your dynamic group, and `<YOUR_COMPARTMENT_NAME>` with the name of your compartment. - https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policies.htm
5555

5656
```markdown
57-
Allow dynamic-group "NAME OF THE DynamicGroup" to manage repos in compartment "COMPARTMENT NAME"
58-
Allow dynamic-group "NAME OF THE DynamicGroup" to use ons-topics in compartment "COMPARTMENT NAME"
57+
Allow dynamic-group <YOUR_DynamicGroup_NAME> to manage repos in compartment <YOUR_COMPARTMENT_NAME>
58+
Allow dynamic-group <YOUR_DynamicGroup_NAME> to use ons-topics in compartment <YOUR_COMPARTMENT_NAME>
5959
```
6060

6161
- Switch back to OCI DevOps Project and create an OCI Code repo - https://docs.oracle.com/en-us/iaas/Content/devops/using/create_repo.htm#create_repo

0 commit comments

Comments
 (0)