Skip to content

Commit ffa2742

Browse files
committed
PR Fixes
1 parent 2f350f2 commit ffa2742

File tree

1 file changed

+3
-4
lines changed
  • oci-config-examples/oci-devops-policies-groups

1 file changed

+3
-4
lines changed

oci-config-examples/oci-devops-policies-groups/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Sample illustrations of `dynamic groups` and `policies` requirements for `OCI De
66

77
- All these samples are written with a sample dynamic groups,please change accordingly.
88
- All the policies are using verbs * manage or use * which are powerfull , you may alter with other verbs( read,inspect) as accordingly.
9-
- Use the [References](https://github.com/RahulMR42/oci-devops-policies-groups#references) section to read more about fine grain controls.
9+
- Use the [References](https://github.com/oracle-devrel/oci-devops-examples/oci-config-examples/oci-devops-policies-groups#-references) section to read more about fine grain controls.
1010

1111

1212
* Specific instruction to clone only this example.
@@ -28,7 +28,7 @@ Sample illustrations of `dynamic groups` and `policies` requirements for `OCI De
2828
<details>
2929
<summary>Devops Pipeline (OCI Repo + Build + Deploy) - Click to expand</summary>
3030
31-
- Create relevenat users and all the devops users to the user group (One group is minimum).
31+
- Create relevant users and all the devops users to the user group (One group is minimum).
3232
- You may use `Administrator` group for devops ,however better to create a specific user group to have better control.
3333
- For further controls ,you may create different user groups like `devops-admins`,`devops-users`,`devops-validators` etc.
3434
- Documentation
@@ -91,8 +91,7 @@ ALL {resource.type = 'devopsconnection', resource.compartment.id = 'compartmentO
9191
- Create a dynamic group (Eg: dg-compartmentname-functions) to group all the instances with below rule.
9292
9393
```
94-
resource.type = 'fnfunc'
95-
resource.compartment.id = 'ocid1.compartment.oc1..xx'
94+
ALL {resource.type = 'fnfunc', resource.compartment.id = 'compartmentOCID'}
9695
```
9796
9897
</details>

0 commit comments

Comments
 (0)