Skip to main content

Home

Adding read-only admins to Unravel

A read-only admin has access to all the UI's pages including the Manage page but is not able to write, e.g., create AutoActions.

  1. Open /usr/local/unravel/etc/unravel.properties.

  2. Search for com.unraveldata.login.admins.readonly. If you can not find the property add it. Using a comma-separated list, add/append the users you wish to grant read-only admin status.

    com.unraveldata.login.admins.readonly=user1,user2,user3
  3. If you are using LDAP or SAML, you must configure the read-only admins using com.unraveldata.login.admins.readonly.MODE.groups (where MODE 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.

    com.unraveldata.login.admins.readonly.MODE.groups=admin1,admin2,admin3,user2,user3