ConfigurationsResponse

Properties

NameTypeDescriptionNotes
auth_modeStringConfigItemThe auth mode of current system, such as "db_auth", "ldap_auth", "oidc_auth"[optional]
ldap_base_dnStringConfigItemThe Base DN for LDAP binding.[optional]
ldap_filterStringConfigItemThe filter for LDAP search[optional]
ldap_group_base_dnStringConfigItemThe base DN to search LDAP group.[optional]
ldap_group_admin_dnStringConfigItemSpecify the ldap group which have the same privilege with Harbor admin[optional]
ldap_group_attribute_nameStringConfigItemThe attribute which is used as identity of the LDAP group, default is cn.'[optional]
ldap_group_search_filterStringConfigItemThe filter to search the ldap group[optional]
ldap_group_search_scopeIntegerConfigItemThe scope to search ldap group. ''0-LDAP_SCOPE_BASE, 1-LDAP_SCOPE_ONELEVEL, 2-LDAP_SCOPE_SUBTREE''[optional]
ldap_scopeIntegerConfigItemThe scope to search ldap users,'0-LDAP_SCOPE_BASE, 1-LDAP_SCOPE_ONELEVEL, 2-LDAP_SCOPE_SUBTREE'[optional]
ldap_search_dnStringConfigItemThe DN of the user to do the search.[optional]
ldap_timeoutIntegerConfigItemTimeout in seconds for connection to LDAP server[optional]
ldap_uidStringConfigItemThe attribute which is used as identity for the LDAP binding, such as "CN" or "SAMAccountname"[optional]
ldap_urlStringConfigItemThe URL of LDAP server[optional]
ldap_verify_certBoolConfigItemWhether verify your OIDC server certificate, disable it if your OIDC server is hosted via self-hosted certificate.[optional]
ldap_group_membership_attributeStringConfigItemThe user attribute to identify the group membership[optional]
project_creation_restrictionStringConfigItemIndicate who can create projects, it could be ''adminonly'' or ''everyone''.[optional]
read_onlyBoolConfigItemThe flag to indicate whether Harbor is in readonly mode.[optional]
self_registrationBoolConfigItemWhether the Harbor instance supports self-registration. If it''s set to false, admin need to add user to the instance.[optional]
token_expirationIntegerConfigItemThe expiration time of the token for internal Registry, in minutes.[optional]
uaa_client_idStringConfigItemThe client id of UAA[optional]
uaa_client_secretStringConfigItemThe client secret of the UAA[optional]
uaa_endpointStringConfigItemThe endpoint of the UAA[optional]
uaa_verify_certBoolConfigItemVerify the certificate in UAA server[optional]
http_authproxy_endpointStringConfigItemThe endpoint of the HTTP auth[optional]
http_authproxy_tokenreview_endpointStringConfigItemThe token review endpoint[optional]
http_authproxy_admin_groupsStringConfigItemThe group which has the harbor admin privileges[optional]
http_authproxy_admin_usernamesStringConfigItemThe usernames which has the harbor admin privileges[optional]
http_authproxy_verify_certBoolConfigItemVerify the HTTP auth provider's certificate[optional]
http_authproxy_skip_searchBoolConfigItemSearch user before onboard[optional]
http_authproxy_server_certificateStringConfigItemThe certificate of the HTTP auth provider[optional]
oidc_nameStringConfigItemThe OIDC provider name[optional]
oidc_endpointStringConfigItemThe endpoint of the OIDC provider[optional]
oidc_client_idStringConfigItemThe client ID of the OIDC provider[optional]
oidc_groups_claimStringConfigItemThe attribute claims the group name[optional]
oidc_admin_groupStringConfigItemThe OIDC group which has the harbor admin privileges[optional]
oidc_group_filterStringConfigItemThe OIDC group filter which filters out the group doesn't match the regular expression[optional]
oidc_scopeStringConfigItemThe scope of the OIDC provider[optional]
oidc_user_claimStringConfigItemThe attribute claims the username[optional]
oidc_verify_certBoolConfigItemVerify the OIDC provider's certificate'[optional]
oidc_auto_onboardBoolConfigItemAuto onboard the OIDC user[optional]
oidc_extra_redirect_parmsStringConfigItemExtra parameters to add when redirect request to OIDC provider[optional]
robot_token_durationIntegerConfigItemThe robot account token duration in days[optional]
robot_name_prefixStringConfigItemThe rebot account name prefix[optional]
notification_enableBoolConfigItemEnable notification[optional]
quota_per_project_enableBoolConfigItemEnable quota per project[optional]
storage_per_projectIntegerConfigItemThe storage quota per project[optional]
audit_log_forward_endpointStringConfigItemThe endpoint of the audit log forwarder[optional]
skip_audit_log_databaseBoolConfigItemWhether skip the audit log in database[optional]
scan_all_policyConfigurationsResponseScanAllPolicy[optional]
session_timeoutIntegerConfigItemThe session timeout in minutes[optional]