Skip to content

Commit

Permalink
Merge pull request #1614 from oracle-devrel/alcampag-patch-1
Browse files Browse the repository at this point in the history
Update oke policies.md
  • Loading branch information
martatolosa authored Mar 4, 2025
2 parents 219a88a + 4d13089 commit b206ee0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app-dev/devops-and-containers/oke/oke-policies/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,13 @@ ALLOW any-user to manage public-ips in TENANCY where ALL {request.principal.type

```
Allow any-user to use network-security-groups in compartment <network-compartment-ocid> where all { request.principal.id = '<cluster-ocid>' }
```
```

### USE A STATICALLY PROVISIONED SNAPSHOT WHEN IT IS IN A DIFFERENT COMPARTMENT

[https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV.htm#contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV-PV_From_Snapshot_CSI__section_volume-snapshot-prerequisites](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV.htm#contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV-PV_From_Snapshot_CSI__section_volume-snapshot-prerequisites)

```
ALLOW any-user to manage volume-backups in compartment <compartment-name> where request.principal.type = 'cluster'
ALLOW any-user to use volumes in compartment <compartment-name> where request.principal.type = 'cluster'
```

0 comments on commit b206ee0

Please sign in to comment.