Skip to main content

Home

Configure admin role

When configuring an admin role, you must set the username/groups. The admin has access to all the data and the following fixed views:

  • Cost

  • Clusters

  • Compute

  • Jobs

  • Data

  • Reports

  • AutoActions

  • App Store

  • Migration

  • Manage

Since an admin has access to all data and views in Unravel, the Views and App Data access need not be configured for an admin role.

To configure the admin role, do the following:

  1. Run the following command from the installation directory to set users or groups for a role.

    • Users

      <Unravel installation directory>/unravel/manager config properties set com.unraveldata.rbac.role.admin.users "<user2>,<user4>"
      
    • Groups

      <Unravel installation directory>/unravel/manager config properties set com.unraveldata.rbac.role.admin.groups "<group1>,<group2>"
      

    In <user>, you must specify the usernames you want to configure for the admin role.

    In <group>, specify the group you want to add to the role.

  2. Stop Unravel, apply the changes, and start Unravel.

    <Unravel installation directory>/unravel/manager stop then config apply then start