Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit f0074df

Browse files
authored
Merge pull request #151 from garthy/gb/add-filestrorage-support
Add filestorage to flexdriver policy
2 parents 6290bf5 + 11a7913 commit f0074df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

identity/flexvolume_user.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,10 @@ resource "oci_identity_policy" "flexvolume_driver_policy" {
3636
"Allow group id ${oci_identity_group.flexvolume_driver_group.id} to use volumes in compartment id ${var.compartment_ocid}",
3737
"Allow group id ${oci_identity_group.flexvolume_driver_group.id} to use instances in compartment id ${var.compartment_ocid}",
3838
"Allow group id ${oci_identity_group.flexvolume_driver_group.id} to manage volume-attachments in compartment id ${var.compartment_ocid}",
39+
40+
"Allow group id ${oci_identity_group.flexvolume_driver_group.id} to read file-systems in compartment id ${var.compartment_ocid}",
41+
"Allow group id ${oci_identity_group.flexvolume_driver_group.id} to read mount-targets in compartment id ${var.compartment_ocid}",
42+
"Allow group id ${oci_identity_group.flexvolume_driver_group.id} to read private-ips in compartment id ${var.compartment_ocid}",
43+
"Allow group id ${oci_identity_group.flexvolume_driver_group.id} to manage export-sets in compartment id ${var.compartment_ocid}",
3944
]
4045
}

0 commit comments

Comments
 (0)