Im currently trying to deploy a magnolia instance, running in kubernetes. We want to SSL offload on ingress level, but apparently we have some issues, with the login to Magnolia UI. If we are not using an ingress, it just works fine. I assume, that in the SSL-offloading approach, the X-Forwarded-header gets ignored by Magnolia.
I've looked through the various filters, especially the LoginFilter, but cant find the spot, where the actual response is build up and send back to client. Is it possible, that the redirect (we use POST to login) ignores https, as Magnolia isnt aware of that we talk to magnolia via https, due to the offloading ? In Magnolia I have checked the http-headers, and all headers (x-forwarded-*) are set correctly..