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 #845

Closed JackHartley closed 9 months 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.

mrparkers commented 9 months ago

Sorry for the long delay on this. I don't consider this a breaking change since it won't affect any existing configuration.

I'll merge and release this today.