-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keycloak version #18
Comments
Maybe |
In testing last week with RHTAP, the year-old version of this hyperfoil-maintained keycloak worked for me, while none of the upstream keycloak builds would work. However, after chatting w/ @johnaohara about it, at some point on Friday that image was updated without a new tag in quay, and now it no longer works for me w/ RHTAP either. I'm digging in more to try to find the problem. |
Why do we need a separate image? can't we just use the published keycloak images? and we set the version of keycloak image to be the latest version that Horreum has been verified to work with? |
@dustinblack I have reverted the @johnaohara From what I see, that custom image has is a Another thing to take into consideration is to use the keycloak operator, then apparently there is a Custom Resource to import the realm. This also ties in with issue #13 to be able to configure the realm name. |
Apparently, something keeps changing. We need a stable image and configuration that we can rely on |
In
api/v1alpha1/horreum_types.go
we have:latest
, but we need to align that with what Horreum is actually usingThe text was updated successfully, but these errors were encountered: