Configuring Secure Access
About this task
If the Data Fabric cluster is a secure cluster and the MAST Gateway is installed on a cluster node, no additional configuration is needed for the MAST Gateway to access data. On the other hand, if the Data Fabric cluster is a secure cluster and if MAST Gateway is installed on an edge node, to enable the MAST Gateway to communicate with the secure Data Fabric cluster, do the following:
Procedure
-
Copy the
/opt/mapr/conf/maprserverticket
,/opt/mapr/conf/ssl_keystore
, and/opt/mapr/conf/ssl_truststore
files on the CLDB node to the/opt/mapr/conf
directory on the edge node. -
Run
configure.sh
as shown below:
See/opt/mapr/server/configure.sh -C <cldb-node-IP-addresses> -Z <zookeeper-node-IP-addresses> -secure -N <cluster-name>
configure.sh
for more information.