Keycloak Docker behind loadbalancer with https fails

前端 未结 2 1542
清歌不尽
清歌不尽 2021-01-05 06:04

I am trying to use clustered keycloak docker behind the A10 load balancer. I am trying access all the request by https from the client application. My issue is that the same

2条回答
  •  没有蜡笔的小新
    2021-01-05 06:30

    I know this is an older question, but I couldn't find a satisfying answer anywhere and I wanted to share my solution. This eventually worked for me in an AWS Environment with an Application Load Balancer:

    Run the keycloak docker container with the environment variable PROXY_ADDRESS_FORWARDING=true

    As seen in the keycloak docker documentation:

    When running Keycloak behind a proxy, you will need to enable proxy address forwarding.

提交回复
热议问题