We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE REQUEST
In the current implementation is not possible to set the NSG for the Mount Targets created using the OCI CCM CSI.
kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: fss-dyn-storage provisioner: fss.csi.oraclecloud.com parameters: availabilityDomain: US-ASHBURN-AD-1 mountTargetSubnetOcid: ocid1.subnet.oc1.iad.aaaaaaaa2xpk______zva compartmentOcid: ocid1.compartment.oc1..aaaaaaaay______t6q kmsKeyOcid: ocid1.key.oc1.iad.anntl______usjh exportPath: /FileSystem1 exportOptions: "[{\"source\":\"0.0.0.0/0\",\"requirePrivilegedSourcePort\":false,\"access\":\"READ_WRITE\",\"identitySquash\":\"NONE\"}]" encryptInTransit: "true"
CCM Version: v1.28.0
Environment:
kubectl version
uname -a
There is no annotation/attribute available to specify the NSG. The currently supported attributes are here.
We should support setting an NSG at MT creation considering the least privileged access. This is something supported by the OCI API when we create the MT: https://docs.oracle.com/en-us/iaas/api/#/en/filestorage/20171215/datatypes/CreateMountTargetDetails
The text was updated successfully, but these errors were encountered:
ACK - related to - #459 clarified over DM.
Sorry, something went wrong.
No branches or pull requests
FEATURE REQUEST
In the current implementation is not possible to set the NSG for the Mount Targets created using the OCI CCM CSI.
Versions
CCM Version: v1.28.0
Environment:
kubectl version
): Not relevantuname -a
): Not relevantWhat happened?
There is no annotation/attribute available to specify the NSG.
The currently supported attributes are here.
What you expect to happen?
We should support setting an NSG at MT creation considering the least privileged access.
This is something supported by the OCI API when we create the MT: https://docs.oracle.com/en-us/iaas/api/#/en/filestorage/20171215/datatypes/CreateMountTargetDetails
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The text was updated successfully, but these errors were encountered: