Hi Melissa,
If think the first approach is the preferred one, this gives more
flexibility to the user if he wants to modify/play a bit with the
application.
Sebi
On Wed, Apr 17, 2019 at 6:01 AM Bruno Oliveira <bruno(a)abstractj.org> wrote:
Sorry for the late response Melissa, I believe Sebastien may have
some
input on this.
On 2019-04-09, Melissa Palmer wrote:
> Thanks Bruno, ok will see what I can do.
>
> A question on this: with regard to the deployment of the api’s or ui’s
protected by keycloak (ie: those deployed to the WildFly server). What is
approach you’d be looking for/suggest?
> - ability to deploy the app to WildFly still via maven command
> - or that’s built into a custom docker image with the WildFly-adapter
too?
>
> Thanks
> Melissa
>
> > On 09 Apr 2019, at 3:46 AM, Bruno Oliveira <bruno(a)abstractj.org>
wrote:
> >
> > Hi Melissa, you are correct. Unfortunately we still don't have a Docker
> > image for the quickstarts.
> >
> > We had this Jira
https://issues.jboss.org/browse/KEYCLOAK-6307 to
track
> > this. Feel free to reopen if you would like to help on it, we would be
more
> > than happy to review a pull-request.
> >
> >> On 2019-04-08, Melissa Palmer wrote:
> >> Hi Bruno
> >>
> >> Thanks, for that link but its not quite what I am looking for.
> >>
> >> I am looking for a Docker way of getting the keycloak quickstarts
running
> >> ie:
> >>
https://github.com/keycloak/keycloak-quickstarts/
> >>
> >> For example to get the
> >>
https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-um...
> >> currently you need to get Keycloak, WildFly running, WildFly needs to
have
> >> the Keycloak Adapter client installed and so on...
> >>
> >> I am looking for a docker image and/or docker-compose file which would
> >> start up all of the above for the
> >>
https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-um...
> >> quick start.
> >>
> >> I have started to set something up myself, along the lines of
> >> ```
> >> git clone git@github.com:keycloak/keycloak-quickstarts.git
> >> git checkout tags/4.7.0.Final
> >>
> >> cd keycloak-quickstarts/app-authz-uma-photoz
> >>
> >> docker run -d -p 8080:8080 -e KEYCLOAK_USER=admin -e
> >> KEYCLOAK_PASSWORD=admin -e DB_VENDOR=h2 -e
> >> KEYCLOAK_IMPORT=/tmp/photoz-realm.json -v
> >> photoz-realm.json:/tmp/photoz-realm.json --name kc
> >> jboss/keycloak:4.7.0.Final
> >>
> >>
> >> docker run -d -p 8081:8080 -p 9991:9990 -it --name wildfly
> >> jboss/keycloak-adapter-wildfly:4.7.0.Final
> >> ```
> >>
> >> But wondering if there is already something for this out there, I
have not
> >> been able to find myself.
> >>
> >> Thanks
> >> Melissa
> >>
> >>
> >>> On Mon, 8 Apr 2019 at 19:53, Bruno Oliveira
<bruno(a)abstractj.org>
wrote:
> >>>
> >>> Hi Melissa, I believe this is what you're looking for
> >>>
https://github.com/jboss-dockerfiles/keycloak
> >>>
> >>> I hope it helps.
> >>>
> >>> On Mon, Apr 8, 2019 at 1:51 PM Melissa Palmer <
melissa.palmer(a)gmail.com>
> >>> wrote:
> >>>>
> >>>> Hi
> >>>>
> >>>> Are there any docker images and or docker-compose files from
Keycloak
> >>>> quickstarts?
> >>>>
> >>>> ie: that setup the Keycloak server (with imported Realm), WildFly
server
> >>>> with Keycloak client adapter into it
> >>>>
> >>>> Thanks in Advance
> >>>> Melissa
> >>>> _______________________________________________
> >>>> keycloak-user mailing list
> >>>> keycloak-user(a)lists.jboss.org
> >>>>
https://lists.jboss.org/mailman/listinfo/keycloak-user
> >>>
> >>>
> >>>
> >>> --
> >>> - abstractj
> >>>
> >
> > --
> >
> > abstractj
--
abstractj