File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11# Inspired by https://www.keycloak.org/server/containers
22FROM quay.io/keycloak/keycloak:19.0.1 as builder
33ARG KC_DB=postgres
4+ RUN curl -L https://github.com/aerogear/keycloak-metrics-spi/releases/download/3.0.0/keycloak-metrics-spi-3.0.0.jar > /opt/keycloak/providers/keycloak-metrics-spi.jar
45RUN /opt/keycloak/bin/kc.sh build
56
67FROM quay.io/keycloak/keycloak:19.0.1
78COPY --from=builder /opt/keycloak/lib/quarkus/ /opt/keycloak/lib/quarkus/
9+ COPY --from=builder /opt/keycloak/providers/keycloak-metrics-spi.jar /opt/keycloak/providers/
Original file line number Diff line number Diff line change 2121 "user" : " <EMAIL_SERVER_USER>" ,
2222 "password" : " <EMAIL_SERVER_PASSWORD>"
2323 },
24+ "eventsListeners" : [
25+ " metrics-listener" ,
26+ " jboss-logging"
27+ ],
2428 "roles" : {
2529 "realm" : [
2630 {
You can’t perform that action at this time.
0 commit comments