You can disable wire encryption for a volume using the Control System, the CLI, and REST API.
You can disable encryption of data on wire at the volume level.
wiresecurityenabled parameter to
false when you:maprcli volume create -name <volName> -path <volMountPath> -wiresecurityenabled falsemaprcli volume modify -name <volName> -wiresecurityenabled false
wiresecurityenabled parameter to false when you:curl -k -X POST 'https://abc.sj.us:8443/rest/volume/create?name=<volName>&path=<volMountPath>&wiresecurityenabled=false' --user mapr:maprcurl -k -X POST 'https://abc.sj.us:8443/rest/volume/modify?name=<volName>&wiresecurityenabled=false' --user mapr:maprvolume create and
volume modify for more
information.