mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
update description of new feature for different roles
This commit is contained in:
parent
d21795cf53
commit
99c1168e29
@ -24,11 +24,11 @@ Harbor manages images through projects. Users can be added into one project as a
|
|||||||
|
|
||||||
* **Guest**: Guest has read-only privilege for a specified project.
|
* **Guest**: Guest has read-only privilege for a specified project.
|
||||||
* **Developer**: Developer has read and write privileges for a project.
|
* **Developer**: Developer has read and write privileges for a project.
|
||||||
* **ProjectAdmin**: When creating a new project, you will be assigned the "ProjectAdmin" role to the project. Besides read-write privileges, the "ProjectAdmin" also has some management privileges, such as adding and removing members.
|
* **ProjectAdmin**: When creating a new project, you will be assigned the "ProjectAdmin" role to the project. Besides read-write privileges, the "ProjectAdmin" also has some management privileges, such as adding and removing members, starting a vulnerability scan.
|
||||||
|
|
||||||
Besides the above three roles, there are two system-wide roles:
|
Besides the above three roles, there are two system-wide roles:
|
||||||
|
|
||||||
* **SysAdmin**: "SysAdmin" has the most privileges. In addition to the privileges mentioned above, "SysAdmin" can also list all projects, set an ordinary user as administrator and delete users. The public project "library" is also owned by the administrator.
|
* **SysAdmin**: "SysAdmin" has the most privileges. In addition to the privileges mentioned above, "SysAdmin" can also list all projects, set an ordinary user as administrator, delete users and set vulnerability scan policy for all images. The public project "library" is also owned by the administrator.
|
||||||
* **Anonymous**: When a user is not logged in, the user is considered as an "Anonymous" user. An anonymous user has no access to private projects and has read-only access to public projects.
|
* **Anonymous**: When a user is not logged in, the user is considered as an "Anonymous" user. An anonymous user has no access to private projects and has read-only access to public projects.
|
||||||
|
|
||||||
## User account
|
## User account
|
||||||
|
Loading…
Reference in New Issue
Block a user