oci-cloud-controller-manager
oci-cloud-controller-manager copied to clipboard
Allow export options to be configured for OCI FSS file systems
A user should be able to control the export options for a created file system.
For more information on export options see https://docs.cloud.oracle.com/iaas/Content/File/Tasks/exportoptions.htm
The default options are :
"export-options": [
{
"access": "READ_WRITE",
"anonymous-gid": 65534,
"anonymous-uid": 65534,
"identity-squash": "NONE",
"require-privileged-source-port": false,
"source": "0.0.0.0/0"
}
],