'Keycloak in EKS with CloudFront
I have configured KeyCloak in EKS and the application is exposed using CloudFront when i browse the application and enter the credentials the credentials are sent using HTTP instead of HTTPS and here is my configuration on cloudfront

Configuration in nginx ingress controller

After the credentials are entered in the keycloak login page it is trying to send as http

Require SSL is kept as none in the realm and keycloak is running with PROXY_ADDRESS_FORWARDING as true and in the nginx ingress i have other services running on http so the keycloak can't be kept on https
Can some one please suggest how this can be solved
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
