Skip to main content

Home

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.

  1. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. Set the read-only admin users:

    <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.readonly <user1>,<user2>,<user3>
    
  3. 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>
  4. Apply the changes.

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

    <Unravel installation directory>/unravel/manager start