Adding read-only admins to 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
Change the setting.
<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.readonly
user1
,user2
,user3
If you are using LDAP or SAML, you must configure the read-only admins using com.unraveldata.login.admins.readonly.
MODE
.groups (whereMODE
is the value of com.unraveldata.login.mode). Using a comma-separated list, add/append the users you wish to grant read-only admin status. For more information, see Configure LDAP or SAML RBAC properties.<Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.readonly.
MODE
.groupsadmin1
,admin2
,admin3
,user2
,user3
Apply the changes.
<Unravel installation directory>/unravel/manager config apply
Start Unravel
<Unravel installation directory>/unravel/manager start