File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
oci-devops-coderepo-with-bitbucketcloud
oci-devops-coderepo-with-github
oci-devops-coderepo-with-gitlab Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ A sample illustration of [Bitbucket Cloud ](https://bitbucket.org/product?&aceid
62
62
- Create a `Dynamic group` with the below rules.
63
63
64
64
```
65
- ALL {resource.type = 'devopsconnection', resource.compartment.id = 'ocid1.compartment.oc1..xxxxx'}
65
+ ALL {resource.type = 'devopsconnection', resource.compartment.id = 'COMPARMENT OCID'}
66
+ ALL {resource.type = 'devopsrepository', resource.compartment.id = 'COMPARMENT OCID'}
66
67
```
67
68
68
69
- Create a policy (Ensure to create it under the ROOT of tenancy) for the dynamic groups with the below policy statement.
Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ A sample illustration of [Github](https://github.com/) code repo integration wit
69
69
- Create a `Dynamic group` with below rules .
70
70
71
71
```
72
- ALL {resource.type = 'devopsconnection', resource.compartment.id = 'ocid1.compartment.oc1..xxxxx'}
72
+ ALL {resource.type = 'devopsconnection', resource.compartment.id = 'COMPARMENT OCID'}
73
+ ALL {resource.type = 'devopsrepository', resource.compartment.id = 'COMPARMENT OCID'}
73
74
```
74
75
75
76

Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ A sample illustration of [Gitlab](https://gitlab.com/) code repo integration wit
65
65
- Create a `Dynamic group` with below rules .
66
66
67
67
```
68
- ALL {resource.type = 'devopsconnection', resource.compartment.id = 'ocid1.compartment.oc1..xxxxx'}
68
+ ALL {resource.type = 'devopsconnection', resource.compartment.id = 'COMPARMENT OCID'}
69
+ ALL {resource.type = 'devopsrepository', resource.compartment.id = 'COMPARMENT OCID'}
69
70
```
70
71
71
72

You can’t perform that action at this time.
0 commit comments