Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 42f99cf

Browse files
author
Kooper
committed
docs(managing-workflow): Add LDAP configuration
Documentation update for deis/controller#1156
1 parent 84fbf39 commit 42f99cf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/managing-workflow/tuning-component-settings.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,22 @@ VERSIONS_API_URL | The versions API URL (default: "<https://versions-staging.de
123123
DOCTOR_API_URL | The doctor API URL (default: "<https://doctor-staging.deis.com>")
124124
API_VERSION | The version number Workflow Manager sends to the versions API (default: "v2")
125125

126+
### LDAP authentication settings
127+
128+
Configuration options for LDAP authentication are detailed [here](https://pythonhosted.org/django-auth-ldap/reference.html).
129+
130+
The following environment variables are available for enabling LDAP
131+
authentication of user accounts in the [Controller][] component:
132+
133+
Setting | Description
134+
-------------------| ---------------------------------
135+
LDAP_ENDPOINT | The URI of the LDAP server. If not specified, LDAP authentication is not enabled (default: "", example: ```ldap://hostname```).
136+
LDAP_BIND_DN | The distinguished name to use when binding to the LDAP server (default: "")
137+
LDAP_BIND_PASSWORD | The password to use with LDAP_BIND_DN (default: "")
138+
LDAP_USER_BASEDN | The distinguished name of the search base for user names (default: "")
139+
LDAP_USER_FILTER | The name of the login field in the users search base (default: "username")
140+
LDAP_GROUP_BASEDN | The distinguished name of the search base for user's groups names (default: "")
141+
LDAP_GROUP_FILTER | The filter for user's groups (default: "", example: ```objectClass=person```)
126142

127143
[Deploying Apps]: ../applications/deploying-apps.md
128144
[builder]: ../understanding-workflow/components.md#builder

0 commit comments

Comments
 (0)