Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Keycloak to 23.0.3 and enable token exchange feature #22

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

jurakp
Copy link
Collaborator

@jurakp jurakp commented Jan 16, 2024

  • Upgrade Keycloak to 23.0.3
  • Enable preview feature Token Exchange

Petr Jurak added 2 commits January 16, 2024 14:12
@@ -32,7 +32,7 @@ RUN ["/bin/bash", "-c", "cp -Rv $INSTALL_FOLDER/templates/* $KC_FOLDER/themes/"]
# add integsoft version of keycloak jars
RUN ["/bin/bash", "-c", "cp -Rv $INSTALL_FOLDER/keycloak-modules/* $KC_FOLDER/lib/lib/main"]

RUN /opt/keycloak/bin/kc.sh build --spi-email-sender-provider=aws-ses --spi-email-sender-provider-aws-ses-enabled=true --spi-email-sender-provider-aws-ses-region=$AWS_REGION
RUN /opt/keycloak/bin/kc.sh build --spi-email-sender-provider=aws-ses --spi-email-sender-provider-aws-ses-enabled=true --spi-email-sender-provider-aws-ses-region=$AWS_REGION --features="token-exchange"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: should we also be enabling the multi-site feature to pick up the new health check? https://www.keycloak.org/docs/latest/release_notes/index.html#non-blocking-health-check-for-load-balancers

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed. Load balancing is done in ECS. And the health check we have already in place is good enough. For more information look at the infrastructure project:
https://github.com/mbta/terraform-keycloak-sso/blob/d2686452bd3f0a72c803d900e839f6fe3b0a3de3/loadbalancer.tf#L64

@krisrjohnson21 krisrjohnson21 merged commit a8b5937 into main Jan 18, 2024
@krisrjohnson21 krisrjohnson21 deleted the integsoft branch January 18, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants