keycloak / terraform-provider-keycloak

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

refactor: speed up audience mapper validation #961

Open sybereal opened 6 months ago

sybereal commented 6 months ago

Do not load all clients when validating client audience for audience mappers. Instead, try to fetch the client in question directly.

Closes #960