5.3. Creating and Managing Roles

Red Hat Satellite provides a set of predefined roles with permissions sufficient for standard tasks, as listed in 「Predefined Roles Available in Satellite」. It is also possible to configure custom roles, and assign one or more permission filters to them. Permission filters define the actions allowed for a certain resource type. Certain Satellite plug-ins create roles automatically.

5.3.1. Creating a Role

Use this procedure to create a role.

Procedure

  1. Navigate to Administer > Roles.
  2. Click Create Role.
  3. Provide a Name for the role.
  4. Click Submit to save your new role.

For CLI Users

To create a role, enter the following command:

# hammer role create --name role_name

To serve its purpose, a role must contain permissions. After creating a role, proceed to 「Adding Permissions to a Role」.