mrparkers / terraform-provider-keycloak

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

fix: allow use of custom client authenticator types #843

Closed JackHartley closed 1 year ago

JackHartley commented 1 year ago

Fixes https://github.com/mrparkers/terraform-provider-keycloak/issues/842.

I'm assuming this is considered a breaking change. Is there a recommended way to flag this?

I was reluctant to add an acceptance test for a fake custom client authenticator (dummy value) since it would break if Keycloak was changed to validate the authenticator in future.

JackHartley commented 1 year ago

Replaced by https://github.com/mrparkers/terraform-provider-keycloak/pull/845 (change source branch)