apprenda-kismatic / kubernetes-ldap

Apache License 2.0
55 stars 31 forks source link

Allow the program to run without TLS #1

Open cjyar opened 7 years ago

cjyar commented 7 years ago

In my environment, I want to run kubernetes-ldap in a container, inside the cluster. That means I define a service and ingress for it, so users have a public https URL they can use. The ingress spec supports SSL on the front end, but not on the back end. So it has to connect to kubernetes-ldap via in-cluster HTTP.