I need to enable the keycloak behind the kong ingress controller .I am able to set up the keycloak behind the kong ingress controller and I try to access the keycloak url
https://hostname:30009/auth
the home page is loaded in browser.
But which I click on “Administration Console” link, instead of
https://hostname:30009/auth/admin/master/console to goes to http://hostname:30009/auth/admin/master/console.
After the first page, all other page become http instead https.
400 Bad Request The plain HTTP request was sent to HTTPS port
How to make all sub sequent calls with https call.