terraform-provider-keycloak icon indicating copy to clipboard operation
terraform-provider-keycloak copied to clipboard

Terraform provider for Keycloak

Results 237 terraform-provider-keycloak issues
Sort by recently updated
recently updated
newest added

Hello there. We are using RedHat SSO 7.5.2 based on Keycloak 15.0.6. So far I never had problems and are very happy with Mrparkers. Howevery today I tried to use...

Hello, I didn't fiond any information about the brute force detection on your documentation on terraform's registry. Could it be possible to add one please ?

We deploy Keycloak using Helm, then "terraform-provider-keycloak" to create the realm. And we had set a delay of "60" seconds for terraform-provider-keycloak to initiate. However, sometimes keycload instance takes more...

We chose to use "password grant setup" to clarify who modify keycloak resources. However, It doesn't seem to support a user who configured TOTP. We need to configure TOTP number...

Currently, the only supported identity_provider_mapper types are `user_template`, `attribute`, and `custom`. The custom attribute does not easily cover the other built-in mappers such as the `Advanced Claim to Group` mapper.

Hello, I didn't find any information about configuring the logging level on keycloak. Please advice.

The page https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs/resources/openid_script_protocol_mapper mentions that support for this protocol mapper will be discontinued as of Keycloak 18. I want to upgrade to Keycloak 18.0.2. So I have raised the version...

Hello, In "Declarative User Profile", Annotations and Validators are not just `map[string]string`, it should be `map[string]interface{}` In Terraform, an attribut (in a map) for a resource cannot be String or...

Hi, I am trying to set the client registration policies at the realm level at "**_Realm -> Realm Settings -> Client Registration -> Client Registration Policies_**" ![image](https://user-images.githubusercontent.com/88713989/182120847-b140b644-f7fe-4255-a7e0-eca7b2d64ce5.png) I tried to...

Hi, I'm having trouble getting `keycloak_custom_user_federation` to accept a list as a value in the `config` argument to this provider. I've tried sending all the values as lists, just sending...

enhancement