You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authentik LDAP outpost starts and serves LDAP on port `3389` and LDAPS on port `6636`.
20
+
Access the LDAP outpost server at `ldap://localhost:3389`.
21
+
22
+
config:
23
+
AUTHENTIK_HOST:
24
+
type: env
25
+
description: The URL of the authentik server that the outpost connects to (e.g., `https://authentik.company` or `http://authentik-server:9000`).
26
+
AUTHENTIK_TOKEN:
27
+
type: env
28
+
description: The token used to authenticate with the core authentik server. Create an outpost in the authentik Admin UI to generate this token.
29
+
AUTHENTIK_INSECURE:
30
+
type: env
31
+
description: Set to "true" to disable TLS certificate verification when connecting to the authentik server (e.g., when using self-signed certificates).
32
+
default: "false"
33
+
AUTHENTIK_LISTEN__LDAP:
34
+
type: env
35
+
description: Internal address and port for the LDAP server to listen on.
36
+
default: "[::]:3389"
37
+
AUTHENTIK_LISTEN__LDAPS:
38
+
type: env
39
+
description: Internal address and port for the LDAPS server to listen on.
40
+
default: "[::]:6636"
41
+
'`-p <port>:3389`':
42
+
type: port
43
+
description: Expose the LDAP port 3389 on the host's `<port>`.
44
+
'`-p <port>:6636`':
45
+
type: port
46
+
description: Expose the LDAPS port 6636 on the host's `<port>`.
# Upstream does not follow semver; a new version is released every 3 months.
8
+
# Upstream versions have a patch version digit, which we are dropping (upstream
9
+
# follows the same convention on Docker Hub).
10
+
2026.5-26.04:
11
+
risks:
12
+
- edge
13
+
end-of-life: "2026-09-29T00:00:00Z"
14
+
ignored-vulnerabilities:
15
+
# Both CVEs are fixed upstream well before the version we build (2026.5.3);
16
+
# trivy matches them because Go stamps the main module of an in-tree build
17
+
# with a pseudo-version (v0.0.0-<ts>-<sha>) instead of the release version.
18
+
- CVE-2024-42490 # goauthentik.io: Insufficient authorization on several API endpoints. Fixed upstream in 2024.4.4/2024.6.4. https://github.com/goauthentik/authentik/security/advisories/GHSA-qxqc-27pr-wgc8
0 commit comments