- 000
Description
Be able to run Keycloak without TLS in a production configuration, not only in dev.
Discussion
No response
Motivation
If you want to run Keycloak in Kubernetes, it's much easier to terminate TLS on ingress or load balancer, there is no need to run Keycloak with TLS.
You don't need to han...