mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
30 lines
957 B
Markdown
30 lines
957 B
Markdown
|
Test 2-31 - Admin Role View Projects (DB Mode)
|
||
|
=======
|
||
|
|
||
|
# Purpose:
|
||
|
|
||
|
To verify that a user with system admin role can view all projects when users are managed locally by Harbor (DB mode).
|
||
|
|
||
|
# References:
|
||
|
User guide
|
||
|
|
||
|
# Environment:
|
||
|
* This test requires that a Harbor instance is running and available.
|
||
|
* Harbor is set to authenticate against a local database. ( auth_mode is set to **db_auth** .) The user data is stored in a local database.
|
||
|
* A linux host with Docker CLI installed (Docker client).
|
||
|
* At least two non-admin users are in Harbor.
|
||
|
|
||
|
# Test Steps:
|
||
|
|
||
|
**NOTE:** The below non-admin user M should NOT be the same as the non-admin user in Test 2-21.
|
||
|
|
||
|
1. Assign an non-admin user M with system admin role and act as an admin user.
|
||
|
2. Repeat all steps in Test 2-21.
|
||
|
|
||
|
# Expected Outcome:
|
||
|
|
||
|
* A user with system admin role can perform all operations the same as the admin user.
|
||
|
* Same as Test 2-21.
|
||
|
|
||
|
# Possible Problems:
|
||
|
None
|