Modify system configurations.
This endpoint is for modifying system configurations that only provides for admin user.
Headers
An unique ID for the request
Request body
The auth mode of current system, such as "db_auth", "ldap_auth", "oidc_auth"
The flag to indicate whether the current auth mode should consider as a primary one.
The Base DN for LDAP binding.
The filter for LDAP search
The base DN to search LDAP group.
Specify the ldap group which have the same privilege with Harbor admin
The attribute which is used as identity of the LDAP group, default is cn.'
The filter to search the ldap group
The scope to search ldap group. ''0-LDAP_SCOPE_BASE, 1-LDAP_SCOPE_ONELEVEL, 2-LDAP_SCOPE_SUBTREE''
Attach LDAP user group information in parallel, the parallel worker count is 5
The scope to search ldap users,'0-LDAP_SCOPE_BASE, 1-LDAP_SCOPE_ONELEVEL, 2-LDAP_SCOPE_SUBTREE'
The DN of the user to do the search.
The password of the ldap search dn
Timeout in seconds for connection to LDAP server
The attribute which is used as identity for the LDAP binding, such as "CN" or "SAMAccountname"
The URL of LDAP server
Whether verify your OIDC server certificate, disable it if your OIDC server is hosted via self-hosted certificate.
The user attribute to identify the group membership
Indicate who can create projects, it could be ''adminonly'' or ''everyone''.
The flag to indicate whether Harbor is in readonly mode.
Whether the Harbor instance supports self-registration. If it''s set to false, admin need to add user to the instance.
The expiration time of the token for internal Registry, in minutes.
The client id of UAA
The client secret of the UAA
The endpoint of the UAA
Verify the certificate in UAA server
The endpoint of the HTTP auth
The token review endpoint
The group which has the harbor admin privileges
The username which has the harbor admin privileges
Verify the HTTP auth provider's certificate
Search user before onboard
The certificate of the HTTP auth provider
The OIDC provider name
The endpoint of the OIDC provider
The client ID of the OIDC provider
The OIDC provider secret
The attribute claims the group name
The OIDC group which has the harbor admin privileges
The OIDC group filter which filters out the group name doesn't match the regular expression
The scope of the OIDC provider
The attribute claims the username
Verify the OIDC provider's certificate'
Auto onboard the OIDC user
Extra parameters to add when redirect request to OIDC provider
Logout OIDC user session
The robot account token duration in days
The rebot account name prefix
Enable notification
Enable quota per project
The storage quota per project
The audit log forward endpoint
Skip audit log database
The session timeout for harbor, in minutes.
Whether or not to skip update pull time for scanner
The banner message for the UI.It is the stringified result of the banner message object
the list to disable log audit event types.
Response
Modify system configurations successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.