You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reasoning:
We are using this terraform provider via crossplane (https://github.com/crossplane-contrib/provider-keycloak) with a feature that only updates those fields that are set in our config and leaves everything else as was configured by default/manually. Right now bruteForceProtected is set to false by default, but I would like to make crossplane aware that I specifically need this value to be false and I do not have a possibility to do it right now. (Since leaving it out tells crossplane to not touch it at all, but not to keep it false)
The text was updated successfully, but these errors were encountered:
Suggestion:
Enhance the realm resource (https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs/resources/realm) with an explicit setting bruteForceProtected (see PUT /admin/realms endpoint)
Reasoning:
We are using this terraform provider via crossplane (https://github.com/crossplane-contrib/provider-keycloak) with a feature that only updates those fields that are set in our config and leaves everything else as was configured by default/manually. Right now bruteForceProtected is set to false by default, but I would like to make crossplane aware that I specifically need this value to be false and I do not have a possibility to do it right now. (Since leaving it out tells crossplane to not touch it at all, but not to keep it false)
The text was updated successfully, but these errors were encountered: