Skip to content

Commit

Permalink
Upgrade Keycloak to 23.0.3 and enable token exchange feature (#22)
Browse files Browse the repository at this point in the history
* Upgrade Keycloak to 23.0.3
Removed all username validation errors

* Enabled token exchange feature (preview)

---------

Co-authored-by: Petr Jurak <petr.jurak@integsoft.cz>
  • Loading branch information
jurakp and Petr Jurak committed Jan 18, 2024
1 parent 4ba8931 commit a8b5937
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:22.0.5 as builder
FROM quay.io/keycloak/keycloak:23.0.3 as builder

LABEL maintainer="support@integrationeye.com"
LABEL builder="Integsoft s.r.o"
Expand Down Expand Up @@ -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"
RUN /opt/keycloak/bin/kc.sh show-config

WORKDIR /opt/keycloak
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified files/modules/mbta-keycloak-aws-ses-email-provider-1.2.0.jar
Binary file not shown.
Binary file not shown.

0 comments on commit a8b5937

Please sign in to comment.