Skip to main content

Home

Configure Read-only Admin role

readonlyAdmin is the default role if RBAC is not enabled. All the data is shown for the readonlyAdmin along with the following fixed views:

  • Cost

  • Clusters

  • Compute

  • Jobs

  • Data

  • Reports

  • AutoActions

  • App Store

  • Migration

You must set the username/groups for the readonlyAdmin role. The Views and App Data access cannot be configured for a readonlyAdmin role.

To configure the read-only 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.readonlyAdmin.users "<user3>,<user5>"
      
    • Groups

      <Unravel installation directory>/unravel/manager config properties set com.unraveldata.rbac.role.readonlyAdmin.groups "<group4>,<group5>"
      

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

    In <group>, specify the group you want to add to the read-only admin role.

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

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