From 58de328ae3bdc4b1ca5f526b7745cd1e1b653aaa Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 11 Nov 2024 13:26:02 +0000 Subject: [PATCH 1/2] Keycloak 26.0.5 --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index c1250b4..e7267a8 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -1,6 +1,6 @@ # https://www.keycloak.org/server/containers -ARG KEYCLOAK_VERSION=25.0.1 +ARG KEYCLOAK_VERSION=26.0.5 FROM quay.io/keycloak/keycloak:$KEYCLOAK_VERSION as builder ENV KC_DB=postgres From 66a53fec772419da4bf10d38a088f68b2c756020 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 11 Nov 2024 13:26:25 +0000 Subject: [PATCH 2/2] Update link to AWS ALB headers --- ecs-cluster/keycloak.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-cluster/keycloak.tf b/ecs-cluster/keycloak.tf index 2d10a3a..07c21cf 100644 --- a/ecs-cluster/keycloak.tf +++ b/ecs-cluster/keycloak.tf @@ -325,7 +325,7 @@ resource "aws_ecs_task_definition" "keycloak" { }, # https://www.keycloak.org/server/reverseproxy # AWS load balancers set X-Forwarded not Forwarded - # https://docs.aws.amazon.com/elasticloadbalancing/latest/application/x-forwarded-headers.html + # https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html { name = "KC_PROXY_HEADERS" value = "xforwarded"