Skip to content

Commit 0df3218

Browse files
authored
Added placeholders in dynamic group and policies
1 parent ce36b3a commit 0df3218

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

oci-build-examples/oci_devops_build_with_graalenterprise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ALL {resource.type = 'devopsbuildpipeline', resource.compartment.id = '<YOUR_COM
5151
ALL {resource.type = 'devopsrepository', resource.compartment.id = '<YOUR_COMPARMENT_OCID>'}
5252
```
5353

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
54+
- Create an OCI policy and add the following policy statements. 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
5757
Allow dynamic-group <YOUR_DynamicGroup_NAME> to manage repos in compartment <YOUR_COMPARTMENT_NAME>

0 commit comments

Comments
 (0)