Skip to content

Commit

Permalink
Merge pull request #19 from manics/update-keycloak
Browse files Browse the repository at this point in the history
Update keycloak 26.0.5
  • Loading branch information
manics authored Nov 12, 2024
2 parents 481c92a + 66a53fe commit 79b2654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ecs-cluster/keycloak.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 79b2654

Please sign in to comment.