This repository was archived by the owner on Oct 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments