Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add document for Harbor v2.12.0 #594

Merged
merged 3 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/administration/configure-authentication/ldap-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ If you want to manage user authentication by using LDAP groups, you must enable
- **LDAP Scope**: The scope to search for LDAP/AD groups. Select from **Subtree**, **Base**, and **OneLevel**.

![LDAP group configuration](../../../img/ldap-groups.png)
- **LDAP Group Attached in Parallel**: Enable this option to attach group in parallel to avoid timeout in user login when there are too many groups assiciate with the LDAP user.
![LDAP group attached in Parallel](../../../img/ldap-group-parallel.png)
1. Uncheck **LDAP Verify Cert** if the LDAP/AD server uses a self-signed or untrusted certificate.

![LDAP certificate verification](../../../img/ldap-cert-test.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/administration/configure-proxy-cache/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A proxy cache project is able to use the same features available to a normal Har

1. On the Projects page, click **New Project** and configure the new project information. See the [Create Projects](../../working-with-projects/create-projects/) documentation for more details.

1. Click the **Proxy Cache** slider and then select your registry endpoint from the drop-down that appears.
1. Click the **Proxy Cache** slider and then select your registry endpoint from the drop-down that appears. The Bandwidth is the pull image speed limit to the upstream registry, -1 means no limit.

![add proxy cache project](../../img/add-proxy-cache-project.png)

Expand Down
Loading
Loading