Hi there guys, I’m setting up a small pipeline using a private custom keycloak image hosted at google gcr. In the UI I see that the service is green, but it doesn’t show any log and don’t allow any connection, the expected behavior is that keycloak should start and allow connections.
As you can see in the image the service looks green, but don’t shows any log.
My dockerconfig secret don’t include the https protocol as recommended in the documentation, it also allow pull requests, I can confirm that it the autenticación worked since the pipeline was working as you can see in the screenshot.
We’re working on unify all our services under only one authentication system. Keycloak is an amazing solution for that. We have created a theme, a new standalone and some other customizations for it, that’s why we built our own version.
In our pipelines we have a lot of integration tests that require keycloak running as a service, so it is in a different container.