Re: Running UAA on Kubernetes behind TLS-enabled ingress controller #uaa
Filip Hanik
request.getScheme() can return https properly if you configure the web server (Tomcat/Jetty) to trust the headers X-Forwarded-Proto based on the IP address of the proxy server. If you're using uaa-release, you can configure This will ensure that https is returned and line 44 is never invoked. Filip
On Tue, Jul 16, 2019 at 9:09 AM Enrique Cano <enrique.canocarballar@...> wrote: Hi
|
|