Captain-P-Goldfish / scim-for-keycloak

a third party module that extends keycloak by SCIM functionality
BSD 3-Clause "New" or "Revised" License
183 stars 47 forks source link

Docker image #28

Closed PeterSR closed 2 years ago

PeterSR commented 2 years ago

Hi!

We are using Keycloak in Kubernetes and therefore use the Keycloak Docker image and Helm chart. Are there any plans on creating a Dockerfile that bundles Keycloak and scim-for-keycloak?

Thanks

Captain-P-Goldfish commented 2 years ago

HI I did not plan to create a docker-image here. Maintaining it would be a real pain and it is pretty simple deploying the scim-api into keycloak by just mounting the artifact into the deployments directory or using jboss-cli. I am afraid you will need to generate your own Dockerfile that copies the artifact.

PeterSR commented 2 years ago

Hi! Thank you for your reply and I understand that it is a real pain to maintain. I think deep down I was looking for an easy way out since I not familiar with the Java eco-system, Jboss and the Java build and deployment process. I will do some proper learning about Java and create my own Dockerfile. Thanks!

Captain-P-Goldfish commented 2 years ago

I will add a simple manual to the wiki in the next few days

Captain-P-Goldfish commented 2 years ago

I tried to provide a manual. If its badly written or if its not enough let me know. I am willing to enhance it so anyone should be able to understand at least the basic steps. https://github.com/Captain-P-Goldfish/scim-for-keycloak/wiki/Manual:-building-scim-for-keycloak-with-java-and-maven

PeterSR commented 2 years ago

Thank you so much! I will let you know if I have any questions or comments :blush: