mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
592 stars 291 forks source link

Keycloak version >= 24 support? #944

Open sventorben opened 3 months ago

sventorben commented 3 months ago

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.

bradhead commented 2 months ago

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.

ofairfoul commented 1 month ago

also it's missing the new multivalued flag for user profile attributes in KC24.

grolingm-VU commented 1 week ago

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. This could give this provider the needed gravity.