Adding cluster admins to Unravel
Follow these instructions to add cluster admins in Unravel. Cluster admins have access only to the data within the assigned edge nodes/clusters.
Stop Unravel
<Unravel installation directory>/unravel/manager stop
Set the cluster admins:
<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.clusters=
<clusterUid1>
,<clusterUid2>
,... <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.clusters.<clusterUid1>
.users=<user1>
,... <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.clusters.<clusterUid2>
.users=<user1>
,<user2>
,... <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.clusters.<clusterUid1>
.groups=<group01>
,... <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.clusters.<clusterUid2>
.groups=<group01>
,<group02>
,...Apply the changes.
<Unravel installation directory>/unravel/manager config apply
Start Unravel
<Unravel installation directory>/unravel/manager start