From 99c1168e293bde89b4bb13222547035af3a3e0d1 Mon Sep 17 00:00:00 2001 From: Wenkai Yin Date: Mon, 11 Sep 2017 12:47:17 +0800 Subject: [PATCH] update description of new feature for different roles --- docs/user_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index b55edceaa..da1fbecf0 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -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. * **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: -* **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. ## User account