Dear community,
I am deploying keycloak on GKE using GKE Ingress + redirectToHttps,
When I load the main page, everything is fine,
However, when I try to login using Administration Console, I am getting the Error as below:
Anything I could do to get that properly setup?
For Deployment I am using image: jboss/keycloak (exposing ports 8080 and 8443)
The Service maps port 80 to 8080 and 443 to 8443
Ingress uses the backend Service on port 80 and redirection to HTTPS.
Thanks!
Eva