p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
Other
361 stars 65 forks source link

Error when I try to install the extension #227

Closed Ascone-82 closed 2 months ago

Ascone-82 commented 2 months ago

Hi all, I've an issue when I try to install the extension

below my Dockerfile content:

FROM bitnami/keycloak:23.0.7

USER 0 COPY plugins/keycloak-orgs-0.70.jar /opt/bitnami/keycloak/providers

RUN chown keycloak /opt/bitnami/keycloak/providers/* USER keycloak

and below the relevant part of the error in my log:

ERROR: Unexpected error when starting the server in (production) mode ERROR: Failed to start quarkus ERROR: Duplicate query mapping getInvitationsByRealmAndEmail For more details run the same command passing the '--verbose' option. Also you can use '--help' to see the details about the usage of the particular command.

keycloak-0.log

P.S. I've downloaded the jar from here https://mvnrepository.com/artifact/io.phasetwo.keycloak/keycloak-orgs/0.70

Thanks in advance.

xgp commented 2 months ago

Sorry, but we only support this extension with our own docker image, as it requires other jars, and a custom build of Keycloak in order to include the admin client library.

https://quay.io/repository/phasetwo/phasetwo-keycloak