Configuring protocol data security
The data security features associated with protocols facilitate to configure a secured way for the clients to raise the data access request and to transfer data from the IBM Storage Scale system to the client system.
Enabling secured connection between the IBM Storage Scale system and authentication server
You need to secure the communication channel between the IBM Storage Scale system and authentication server to secure the authentication server and hence to prevent unauthorized access to data and other system resources.
Securing AD server
To secure the AD server that is used for file access, configure it with Kerberos and to secure AD used for object access, configure it with TLS.
Securing LDAP server
To secure the LDAP server that is used for file access, configure it with TLS and Kerberos and to secure LDAP server that is used for object access, configure it with TLS.
Securing Keystone server
The Keystone server that is used by the IBM Storage Scale system supports SSL. The SSL certificate provides secure communication while resolving the authentication requests. When Keystone is configured with authentication servers such as LDAP or AD, the system can be configured to establish a secured communication between AD or LDAP and Keystone by using TLS encryption. For more information on configuring AD or LDAP-based authentication with TLS, see the mmuserauth service create command. The IBM Storage Scale for Object Storage can also be configured with an external Keystone server. If the external Keystone server contains SSL certificate in place, then the system administrator can configure secured communication with the IBM Storage Scale system by following some manual steps.
Securing data transfer
Securing NFS data transfer
Securing the NFS data transfer over the network is achieved by using the Kerberos-based encryption that is available with NFSV4 protocol. You can use Kerberos to encrypt the data that is transferred over the network and also to secure the communication with the authentication server.
Securing SMB data transfer
Secured SMB data transfer can be enabled when you are using SMB3 and later.
# mmsmb export add secured_export /ibm/gpfs0/secured_export --option "server smb encrypt=mandatory"