mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 15:48:26 +01:00
commit
741ca20b6a
@ -6,7 +6,7 @@ info:
|
|||||||
description: These APIs provide services for manipulating Harbor project.
|
description: These APIs provide services for manipulating Harbor project.
|
||||||
version: "0.3.0"
|
version: "0.3.0"
|
||||||
# the domain of the service
|
# the domain of the service
|
||||||
host: localshot
|
host: localhost
|
||||||
# array of all schemes that your API supports
|
# array of all schemes that your API supports
|
||||||
schemes:
|
schemes:
|
||||||
- http
|
- http
|
||||||
@ -1827,13 +1827,13 @@ definitions:
|
|||||||
ldap_url:
|
ldap_url:
|
||||||
type: string
|
type: string
|
||||||
description: The url of ldap service.
|
description: The url of ldap service.
|
||||||
ldap_searchdn:
|
ldap_search_dn:
|
||||||
type: string
|
type: string
|
||||||
description: The search dn of ldap service.
|
description: The search dn of ldap service.
|
||||||
ldap_search_pwd:
|
ldap_search_password:
|
||||||
type: string
|
type: string
|
||||||
description: The search password of ldap service.
|
description: The search password of ldap service.
|
||||||
ldap_basedn:
|
ldap_base_dn:
|
||||||
type: string
|
type: string
|
||||||
description: The base dn of ldap service.
|
description: The base dn of ldap service.
|
||||||
ldap_filter:
|
ldap_filter:
|
||||||
@ -1846,7 +1846,7 @@ definitions:
|
|||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
description: The serach scope of ldap service.
|
description: The serach scope of ldap service.
|
||||||
ldap_connect_timeout:
|
ldap_connection_timeout:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
description: The connect timeout of ldap service(second).
|
description: The connect timeout of ldap service(second).
|
||||||
|
Loading…
Reference in New Issue
Block a user