feat(authelia): use ldaps with lldap

this is kind of a pointless change, but kinda cool to try
This commit is contained in:
Vegard Hagen
2025-01-19 13:37:10 +01:00
parent 035d42adb8
commit a7ea9468e8
4 changed files with 17 additions and 1 deletions

View File

@@ -21,3 +21,6 @@ helmCharts:
namespace: authelia
version: 0.9.14
valuesFile: values.yaml
patches:
- path: patches/deployment-host-aliases.yaml

View File

@@ -0,0 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: authelia
spec:
template:
spec:
hostAliases:
- ip: 10.96.0.15
hostnames:
- lldap.stonegarden.dev

View File

@@ -50,7 +50,7 @@ configMap:
ldap:
enabled: true
implementation: lldap
address: ldap://lldap.lldap.svc.cluster.local
address: ldaps://lldap.stonegarden.dev
base_dn: dc=stonegarden,dc=dev
users_filter: (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person))
additional_users_dn: ou=people

View File

@@ -7,6 +7,8 @@ metadata:
io.cilium/lb-ipam-ips: 192.168.1.242
spec:
type: LoadBalancer
# https://kubernetes.io/docs/concepts/services-networking/cluster-ip-allocation/
clusterIP: 10.96.0.15
selector:
app: lldap
ports: