mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
1.2 KiB
1.2 KiB
Test 4-02 - User Views Logs (LDAP Mode)
Purpose:
To verify that a non-admin user can views logs when users are managed externally by LDAP or AD (LDAP mode).
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- Harbor is set to authenticate against an LDAP or AD server. ( auth_mode is set to ldap_auth .) The user data is stored in an LDAP or AD server.
- A linux host with Docker CLI installed (Docker client).
Test Steps:
- On a Docker client host, use
docker login <harbor_host>
command to log in as a non-admin user. - Run some
docker push
anddocker pull
commands to push images to the registry and pull from the registry. - Log in to the UI as the non-admin user.
- Delete a few images from the project.
- View the logs of the project.
- Try below search criteria to see if the search result is correct:
- push only
- pull only
- pull and push
- delete only
- all
- push and delete
- different date ranges
- date range and push
Expected Outcome:
- All operations in Step 2 & 4 should be logged.
- Logs can be viewed in Step 5, check if the time and operations are correct.
- Logs can be filtered in Step 6.
Possible Problems:
None