Skip to main content

Home

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.

  1. Stop Unravel

    <Unravel installation directory>/unravel/manager stop
    
  2. 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>,...
  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel

    <Unravel installation directory>/unravel/manager start