mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-10-30 17:37:59 +00:00 
			
		
		
		
	feat(authelia): use ldaps with lldap
this is kind of a pointless change, but kinda cool to try
This commit is contained in:
		| @@ -21,3 +21,6 @@ helmCharts: | ||||
|     namespace: authelia | ||||
|     version: 0.9.14 | ||||
|     valuesFile: values.yaml | ||||
|  | ||||
| patches: | ||||
|   - path: patches/deployment-host-aliases.yaml | ||||
|   | ||||
							
								
								
									
										11
									
								
								k8s/infra/auth/authelia/patches/deployment-host-aliases.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								k8s/infra/auth/authelia/patches/deployment-host-aliases.yaml
									
									
									
									
									
										Normal 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 | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vegard Hagen
					Vegard Hagen