[keycloak-user] Keycloak Server -swarm.jar

David Illsley davidillsley at gmail.com
Wed Dec 16 15:35:30 EST 2015


Nice. https://github.com/davidillsley/keycloak-swarm-heroku based on that
allows you to easily deploy to heroku (I assume it won't work with multiple
dynos because infinispan, but I haven't tried it).

On Thu, Dec 10, 2015 at 8:22 PM, Bob McWhirter <bmcwhirt at redhat.com> wrote:

> For those of you not familiar with WildFly Swarm, it’s a project that
> intends to support microservices by taking your application components,
> along with just-enough WildFly, and bundling them all into a standalone
> uberjar.
>
> Keycloak counts as “part of WildFly” since it’s implemented mostly as a
> WildFly subsystem.
>
> Therefore, WildFly Swarm now supports adding Keycloak Server to your
> microservice (we’ve supported the client-adapter for a while now, already).
>
> To that end, we are also producing an handy, all-in-one uberjar for
> Keycloak Server.
>
>
> http://repository-projectodd.forge.cloudbees.com/snapshot/org/wildfly/swarm/keycloak-server-service/1.0.0.Alpha6-SNAPSHOT/keycloak-server-service-1.0.0.Alpha6-20151210.185045-1-swarm.jar
>
> Just download that .jar, and `java -jar` it and visit
> http://localhost:8080/auth/
>
> It still uses the H2 database, and by default creates or uses a database
> located at $PWD/keycloak.db, but you can also use the
> -Dwildfly.swarm.keycloak.server.db=/path/to/keycloakdatabase property to
> change that.
>
> Please feel free to give it a test, and for more information about WildFly
> Swarm, we hang out in #wildfly-swarm on FreeNode IRC.
>
> Thanks!
>
> -Bob
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20151216/af2bd593/attachment.html 


More information about the keycloak-user mailing list