Adding read-only admins to Unravel
Follow these instructions to add read-only admin users and groups in Unravel. A read-only admin has access to all the UI's pages, including the Manage page but does not have write access, e.g., create AutoActions.
Stop Unravel.
<Unravel installation directory>/unravel/manager stop
Set the read-only admin users:
<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.readonly
<user1>
,<user2>
,<user3>
Set read-only admin groups:
If com.unraveldata.login.mode=ldap, run the following command:
<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.readonly.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.readonly.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.readonly.groups
<group1>
,<group2>
,<group3>
Apply the changes.
<Unravel installation directory>/unravel/manager config apply
Start Unravel.
<Unravel installation directory>/unravel/manager start