Skip to main content
Version: v2.5

Global Permissions

Permissions are individual access rights that you can assign when selecting a custom permission for a user.

Global Permissions define user authorization outside the scope of any particular cluster. Out-of-the-box, there are three default global permissions: Administrator, Standard User and User-base.

  • Administrator: These users have full control over the entire Rancher system and all clusters within it.

  • **Standard User:** These users can create new clusters and use them. Standard users can also assign other users permissions to their clusters.
  • User-Base: User-Base users have login-access only.

You cannot update or delete the built-in Global Permissions.

Restricted Admin

A new restricted-admin role was created in Rancher v2.5 in order to prevent privilege escalation from the local Rancher server Kubernetes cluster. This role has full administrator access to all downstream clusters managed by Rancher, but it does not have permission to alter the local Kubernetes cluster.

The restricted-admin can create other restricted-admin users with an equal level of access.

A new setting was added to Rancher to set the initial bootstrapped administrator to have the restricted-admin role. This applies to the first user created when the Rancher server is started for the first time. If the environment variable is set, then no global administrator would be created, and it would be impossible to create the global administrator through Rancher.

To bootstrap Rancher with the restricted-admin as the initial user, the Rancher server should be started with the following environment variable:

CATTLE_RESTRICTED_DEFAULT_ADMIN=true

List of restricted-admin Permissions

The permissions for the restricted-admin role differ based on the Rancher version.

The restricted-admin permissions are as follows:

  • Has full admin access to all downstream clusters managed by Rancher.
  • Can add other users and assign them to clusters outside of the local cluster.
  • Can create other restricted admins.

Upgrading from Rancher with a Hidden Local Cluster

Before Rancher v2.5, it was possible to run the Rancher server using this flag to hide the local cluster:

--add-local=false

You will need to drop this flag when upgrading to Rancher v2.5. Otherwise, Rancher will not start. The restricted-admin role can be used to continue restricting access to the local cluster.

Changing Global Administrators to Restricted Admins

If Rancher already has a global administrator, they should change all global administrators over to the new restricted-admin role.

This can be done through Security > Users and moving any Administrator role over to Restricted Administrator.

Signed-in users can change themselves over to the restricted-admin if they wish, but they should only do that as the last step, otherwise they won't have the permissions to do so.

Global Permission Assignment

Global permissions for local users are assigned differently than users who log in to Rancher using external authentication.

Global Permissions for New Local Users

When you create a new local user, you assign them a global permission as you complete the Add User form.

To see the default permissions for new users, go to the Global view and click Security > Roles. On the Global tab, there is a column named New User Default. When adding a new local user, the user receives all default global permissions that are marked as checked in this column. You can change the default global permissions to meet your needs.

Global Permissions for Users with External Authentication

When a user logs into Rancher using an external authentication provider for the first time, they are automatically assigned the New User Default global permissions. By default, Rancher assigns the Standard User permission for new users.

To see the default permissions for new users, go to the Global view and click Security > Roles. On the Global tab, there is a column named New User Default. When adding a new local user, the user receives all default global permissions that are marked as checked in this column, and you can change them to meet your needs.

Permissions can be assigned to an individual user with these steps.

You can assign a role to everyone in the group at the same time if the external authentication provider supports groups.

Custom Global Permissions

Using custom permissions is convenient for providing users with narrow or specialized access to Rancher.

When a user from an external authentication source signs into Rancher for the first time, they're automatically assigned a set of global permissions (hereafter, permissions). By default, after a user logs in for the first time, they are created as a user and assigned the default user permission. The standard user permission allows users to login and create clusters.

However, in some organizations, these permissions may extend too much access. Rather than assigning users the default global permissions of Administrator or Standard User, you can assign them a more restrictive set of custom global permissions.

The default roles, Administrator and Standard User, each come with multiple global permissions built into them. The Administrator role includes all global permissions, while the default user role includes three global permissions: Create Clusters, Use Catalog Templates, and User Base, which is equivalent to the minimum permission to log in to Rancher. In other words, the custom global permissions are modularized so that if you want to change the default user role permissions, you can choose which subset of global permissions are included in the new default user role.

Administrators can enforce custom global permissions in multiple ways:

Custom Global Permissions Reference

The following table lists each custom global permission available and whether it is included in the default global permissions, Administrator, Standard User and User-Base.

Custom Global PermissionAdministratorStandard UserUser-Base
Create Clusters
Create RKE Templates
Manage Authentication
Manage Catalogs
Manage Cluster Drivers
Manage Node Drivers
Manage PodSecurityPolicy Templates
Manage Roles
Manage Settings
Manage Users
Use Catalog Templates
User Base* (Basic log-in access)

*This role has two names:

  • When you go to the Users tab and edit a user's global role, this role is called Login Access in the custom global permissions list.
  • When you go to the Security tab and edit the roles from the roles page, this role is called User Base.

For details on which Kubernetes resources correspond to each global permission, you can go to the Global view in the Rancher UI. Then click Security > Roles and go to the Global tab. If you click an individual role, you can refer to the Grant Resources table to see all of the operations and resources that are permitted by the role.

Notes:

  • Each permission listed above is comprised of multiple individual permissions not listed in the Rancher UI. For a full list of these permissions and the rules they are comprised of, access through the API at /v3/globalRoles.
  • When viewing the resources associated with default roles created by Rancher, if there are multiple Kubernetes API resources on one line item, the resource will have (Custom) appended to it. These are not custom resources but just an indication that there are multiple Kubernetes API resources as one resource.

Configuring Default Global Permissions

If you want to restrict the default permissions for new users, you can remove the user permission as default role and then assign multiple individual permissions as default instead. Conversely, you can also add administrative permissions on top of a set of other standard permissions.

Note: Default roles are only assigned to users added from an external authentication provider. For local users, you must explicitly assign global permissions when adding a user to Rancher. You can customize these global permissions when adding the user.

To change the default global permissions that are assigned to external users upon their first log in, follow these steps:

  1. From the Global view, select Security > Roles from the main menu. Make sure the Global tab is selected.

  2. Find the permissions set that you want to add or remove as a default. Then edit the permission by selecting > Edit.

  3. If you want to add the permission as a default, Select Yes: Default role for new users and then click Save.

  4. If you want to remove a default permission, edit the permission and select No from New User Default.

Result: The default global permissions are configured based on your changes. Permissions assigned to new users display a check in the New User Default column.

Configuring Global Permissions for Individual Users

To configure permission for a user,

  1. Go to the Users tab.

  2. On this page, go to the user whose access level you want to change and click > Edit.

  3. In the Global Permissions section, click Custom.

  4. Check the boxes for each subset of permissions you want the user to have access to.

  5. Click Save.

Result: The user's global permissions have been updated.

Configuring Global Permissions for Groups

If you have a group of individuals that need the same level of access in Rancher, it can save time to assign permissions to the entire group at once, so that the users in the group have the appropriate level of access the first time they sign into Rancher.

After you assign a custom global role to a group, the custom global role will be assigned to a user in the group when they log in to Rancher.

For existing users, the new permissions will take effect when the users log out of Rancher and back in again, or when an administrator refreshes the group memberships.

For new users, the new permissions take effect when the users log in to Rancher for the first time. New users from this group will receive the permissions from the custom global role in addition to the New User Default global permissions. By default, the New User Default permissions are equivalent to the Standard User global role, but the default permissions can be configured.

If a user is removed from the external authentication provider group, they would lose their permissions from the custom global role that was assigned to the group. They would continue to have any remaining roles that were assigned to them, which would typically include the roles marked as New User Default. Rancher will remove the permissions that are associated with the group when the user logs out, or when an administrator refreshes group memberships, whichever comes first.

Prerequisites: You can only assign a global role to a group if:

To assign a custom global role to a group, follow these steps:

  1. From the Global view, go to Security > Groups.
  2. Click Assign Global Role.
  3. In the Select Group To Add field, choose the existing group that will be assigned the custom global role.
  4. In the Global Permissions, Custom, and/or Built-in sections, select the permissions that the group should have.
  5. Click Create.

Result: The custom global role will take effect when the users in the group log into Rancher.

Refreshing Group Memberships

When an administrator updates the global permissions for a group, the changes take effect for individual group members after they log out of Rancher and log in again.

To make the changes take effect immediately, an administrator or cluster owner can refresh group memberships.

An administrator might also want to refresh group memberships if a user is removed from a group in the external authentication service. In that case, the refresh makes Rancher aware that the user was removed from the group.

To refresh group memberships,

  1. From the Global view, click Security > Users.
  2. Click Refresh Group Memberships.

Result: Any changes to the group members' permissions will take effect.