Re: S2I with wildfly: keycloak adapter

2017-12-04 Thread Steven Pousty
Why do you think it doesn't support it. There should be no problem adding it. WHich part are you stuck on? Thanks Steve On Mon, Dec 4, 2017 at 10:11 PM, jelmer van amen wrote: > Hi, > > > > We’re migrating our software to OpenShift. We have a maven (well, actually >

S2I with wildfly: keycloak adapter

2017-12-04 Thread jelmer van amen
Hi, We’re migrating our software to OpenShift. We have a maven (well, actually gradle, but we’re ok with moving to maven) J2EE war application secured using keycloak adapter in a wildfly instance. We’d like to use s2i for this application. Our first guess would be

RE: login debug?

2017-12-04 Thread Brigman, Larry
Turns out I had incorrectly configured the origin/master/master-config.yaml file. I needed to have a full section for each identity provider. Duplicating from name down was silently taking the second set of inputs for the section without any error messages. Note: Turning debug up to max

Re: GlusterFS Autoprovisioning with Heketi - Permission Problem/Question

2017-12-04 Thread Andreas Germeroth
Hi, I found a possible solution/workaround for the problem: one can use init containers to perform operations before the "real" container is started... https://docs.openshift.org/latest/architecture/core_concepts/pods_and_services.html#pods-services-init-containers ...         initContainers: