Hey guys
So I’m thinking of using Arquillian Cube to spin up docker containers, for running integration tests. Specifically I want to spin up Keycloak. I was wondering, how can I leverage programmatic configuration (instead of field injection) to look up configuration values for the docker host/port exposed for that container?
We make use of DeltaSpike Config in our configuration, so creating a ConfigSource that contains these values makes the integration pretty seamless.