keycloak / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
Apache License 2.0
650 stars 317 forks source link

feature: create client policies and client_profiles in order to use client_secret rotation feature #1006

Open zschorn opened 1 month ago

zschorn commented 1 month ago

We want to use the feature client_secret_rotation. https://www.keycloak.org/docs/latest/server_admin/index.html#_proc-secret-rotation https://www.keycloak.org/docs/latest/server_admin/index.html#_secret_rotation

In order to use it we need to create on realm level a client policy and client profile with an executor.

We especially need the configuration for client_secret_rotation but, client_policies and client_profiles seem to be a general feature.

Perhaps is missed it the documentation, I searched in documentation and source code, but was not able to find a way to configure this.

Is there a ways to do this? Are there plans to implement it? If this feature is not there, I can check if we can implement it, it just will take some time. I just need to know, that there is any interest in this feature at all. Thanks a lot Andreas