mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 12:15:20 +01:00
Merge pull request #4858 from stonezdj/update_swagger_ldapgroup
Update swagger.yaml to add ldap group config parameters
This commit is contained in:
commit
5fdd8f25fa
@ -3470,6 +3470,18 @@ definitions:
|
|||||||
ldap_timeout:
|
ldap_timeout:
|
||||||
type: integer
|
type: integer
|
||||||
description: timeout in seconds for connection to LDAP server.
|
description: timeout in seconds for connection to LDAP server.
|
||||||
|
ldap_group_attribute_name:
|
||||||
|
type: string
|
||||||
|
description: The attribute which is used as identity of the LDAP group, default is cn.
|
||||||
|
ldap_group_base_dn:
|
||||||
|
type: string
|
||||||
|
description: The base DN to search LDAP group.
|
||||||
|
ldap_group_search_filter:
|
||||||
|
type: string
|
||||||
|
description: The filter to search the ldap group.
|
||||||
|
ldap_group_search_scope:
|
||||||
|
type: integer
|
||||||
|
description: The scope to search ldap. '0-LDAP_SCOPE_BASE, 1-LDAP_SCOPE_ONELEVEL, 2-LDAP_SCOPE_SUBTREE'
|
||||||
project_creation_restriction:
|
project_creation_restriction:
|
||||||
type: string
|
type: string
|
||||||
description: >-
|
description: >-
|
||||||
|
Loading…
Reference in New Issue
Block a user