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 authored and mk2301 committed Jan 9, 2023
1 parent 71b3b38 commit 6d627f2
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 6d627f2

Please sign in to comment.