Adding admins to Unravel
Follow these instructions to add admin users and groups in Unravel.
Stop Unravel
<Unravel installation directory>/unravel/manager stop
Set admin users:
<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins
<user1>
,<user2>
,<user3>
Set admin groups:
If com.unraveldata.login.mode=ldap, run the following command:
<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.ldap.groups
<group1>
,<group2>
,<group3>
If com.unraveldata.login.mode=saml, run the following command:
<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.saml.groups
<group1>
,<group2>
,<group3>
If com.unraveldata.login.mode=aad, run the following command:
<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.groups <group1>,<group2>,<group3>
Apply the changes.
<Unravel installation directory>/unravel/manager config apply
Start Unravel
<Unravel installation directory>/unravel/manager start