-
Notifications
You must be signed in to change notification settings - Fork 322
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 >= 24 support? #944
Comments
Now that the user profile is pretty much mandatory, the 'keycloak_realm_user_profile' resource type is essential to setup any managed attributes beyond the default. Right now with 24.0.3, when I try to use this, it complains that you can't remove username or email... in other words, it seems to try to do a POST perhaps to the Admin REST API instead of a PUT to update the existing profile. Profile is an oddity as there is just a single resource, pre-existing now, so an import should/could be assumed. |
also it's missing the new multivalued flag for user profile attributes in KC24. |
Hello everyone, if not done already please participate in the latest survey from the Keycloak team https://www.keycloak.org/2024/06/realm-config-manamagemtn-tools-survey. |
@sventorben have you used this provider with keycloak version > =23.0.0 ? We are pushing towards updating keycloak to newer versions (we are at the moment at 22.0.0 testing it at the moment with 23.0.0) and not sure if this provider works with higher versions than this, or if it will support the latest keycloak versions. |
Yes we do use it with KC 24.0.5. It is not supporting the latest features though. |
@sventorben have you tried to run the tests of this repo (as desrcibed in the README) with different keycloak versions? When I've tried to execute them I got couple of failing even with the default versions specified
|
No, we didn't execute any of the tests. I am not really familiar with Go programming and use the provider more like a pre-packages artifact and not trying to develop it or extend it. There was not really a need for me to execute the tests. |
There is promising PR #987 it would be awesome to have it, as we're stopped as well. |
I'm reaching out to see if there are any plans to update the Keycloak Terraform provider for Keycloak version 24 support.
Many of us are eager to take advantage of the new features in version >= 24 and integrate them into our Terraform workflows.
Could you share if this is on the roadmap, and if so, any expected timelines? Also, if there's a way for the community to stay updated on progress or plans, that would be great to know.
Appreciate all the work you do on this provider. It's been incredibly helpful for our projects.
The text was updated successfully, but these errors were encountered: