Skip to content

Commit cc6bd1c

Browse files
committed
Fixed: using two separate realm json files, one with SPI, another without SPI, for IT test to work as before
1 parent e588be5 commit cc6bd1c

File tree

3 files changed

+4057
-1994
lines changed

3 files changed

+4057
-1994
lines changed

conf/keycloak/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY --from=builder /app/target/keycloak-dv-builtin-users-authenticator-1.0-SNAP
2929

3030
# Copy additional configurations
3131
COPY ./builtin-users-spi/conf/quarkus.properties /opt/keycloak/conf/
32-
COPY ./test-realm.json /opt/keycloak/data/import/
32+
COPY ./test-realm-include-spi.json /opt/keycloak/data/import/
3333

3434
# Set the Keycloak command
3535
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]

0 commit comments

Comments
 (0)