mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 10:03:28 +00:00
Add missing User-Base Global Permission
As rancher list the following global permissions: Administrator Administrators have full control over the entire installation and all resources in all clusters. Standard User Standard Users can create new clusters and manage clusters and projects they have been granted access to. User-Base User-Base users have login-access only. if i understand correctly the concept i think that this should be reflected in the Readme file as well.
This commit is contained in:
committed by
Catherine Luse
parent
146bd3fd2a
commit
b6c47e67b5
@@ -5,12 +5,14 @@ weight: 1126
|
||||
|
||||
_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 two default global permissions: `Administrator` and `Standard 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.
|
||||
|
||||
- <a id="user"></a>**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.
|
||||
|
||||
This section covers the following topics:
|
||||
@@ -63,22 +65,22 @@ 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` and `Standard User`.
|
||||
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 Permission | Administrator | Standard User |
|
||||
| ---------------------------------- | ------------- | ------------- |
|
||||
| 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) | ✓ | ✓ |
|
||||
| Custom Global Permission | Administrator | Standard User | User-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:
|
||||
>
|
||||
@@ -169,4 +171,4 @@ To refresh group memberships,
|
||||
1. From the **Global** view, click **Security > Users.**
|
||||
1. Click **Refresh Group Memberships.**
|
||||
|
||||
**Result:** Any changes to the group members' permissions will take effect.
|
||||
**Result:** Any changes to the group members' permissions will take effect.
|
||||
|
||||
Reference in New Issue
Block a user