Skip to content

Commit

Permalink
adds missing (not implemented) method that needs to be connected to
Browse files Browse the repository at this point in the history
the Keycloak API

Ref: #71
  • Loading branch information
oliveratfoodcoopx committed Dec 22, 2022
1 parent ed95c5f commit 9daac08
Show file tree
Hide file tree
Showing 7 changed files with 600 additions and 2,444 deletions.
3 changes: 1 addition & 2 deletions docker/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM quay.io/keycloak/keycloak:20.0.1

COPY ./import/*.json /opt/keycloak/data/import/

#RUN /opt/keycloak/bin/kc.sh import --dir /opt/keycloak/data/import -Dkeycloak.profile.feature.upload_scripts=enabled
RUN /opt/keycloak/bin/kc.sh import --dir /opt/keycloak/data/import
#RUN /opt/keycloak/bin/kc.sh import --dir /opt/keycloak/data/import

ENV ROOT_LOGLEVEL=ALL

Expand Down
Loading

0 comments on commit 9daac08

Please sign in to comment.