Fix ldap
This commit is contained in:
@@ -86,6 +86,9 @@ in {
|
||||
AUTHENTIK_HOST = "https://${containerCfg.subdomain}.${serverCfg.hostDomain}";
|
||||
AUTHENTIK_INSECURE = "false";
|
||||
};
|
||||
overrides = {
|
||||
ports = [ "636:6636" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -32,6 +32,9 @@ entries:
|
||||
!Find [authentik_core.token, [identifier, ldap-outpost-static-token]]
|
||||
config:
|
||||
log_level: info
|
||||
authentik_host: https://sso.test.helcel.net/
|
||||
refresh_interval: minutes=5
|
||||
authentik_host_insecure: false
|
||||
|
||||
- model: authentik_core.user
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user